1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00
Commit Graph

312 Commits

Author SHA1 Message Date
Gerd Moellmann
975f82c969 (view-emacs-news): Use ONEWS.* instead of NEWS.* files. 2000-11-02 13:36:58 +00:00
Miles Bader
d9c30bdf7f (resize-temp-buffer-window): Use `fit-window-to-buffer'. 2000-10-21 05:40:19 +00:00
Miles Bader
b86c791c0f (resize-temp-buffer-window): Use `set-window-text-height'
instead of `enlarge-window' & `mode-line-window-height-fudge'.
2000-10-20 15:19:04 +00:00
Miles Bader
8c6e4a58a3 (resize-temp-buffer-window): Use `mode-line-window-height-fudge'. 2000-10-20 09:23:20 +00:00
Miles Bader
61dfccfd5d (resize-temp-buffer-window): Add hack to avoid last line
being obscured by whizzy mode-lines on graphical displays.
2000-10-17 11:08:03 +00:00
Gerd Moellmann
5fbeea7474 Provide `help' for the sake of define-minor-mode
which generates defcustoms with requires.
2000-10-16 15:56:32 +00:00
Stefan Monnier
8304a3bb77 Missing paren. 2000-10-05 22:28:23 +00:00
Stefan Monnier
4e1ede6c01 (help-xref-on-pp): Use match-string.
(describe-variable): New arg BUFFER.
Store the current buffer in the help-xref-stack.
(temp-buffer-resize-mode): Use define-minor-mode.
2000-10-05 22:27:38 +00:00
Eli Zaretskii
bb934822bb Fix typo in a doc string of help-insert-xref-button. 2000-09-08 09:39:05 +00:00
Kenichi Handa
96ede6b2d5 (help-make-xrefs): Adjusted for the change of
help-xref-mule-regexp.
(help-insert-xref-button): New function.
2000-09-07 02:37:37 +00:00
Dave Love
3b4429b490 (help-manyarg-func-alist): Add ml-prefix-argument-loop,
insert-before-markers-and-inherit.  Now checked systematically!
2000-09-05 15:16:23 +00:00
Dave Love
caf047eca9 (help-manyarg-func-alist): Add
find-operation-coding-system.
2000-09-04 21:18:49 +00:00
Kenichi Handa
880c345e7d (help-make-xrefs): Don't make hyperlinks for incorrect coding systems. 2000-08-31 07:03:28 +00:00
Eli Zaretskii
5b7a8c4622 (help-make-xrefs, help-xref-mule-regexp): Doc fix. 2000-08-29 17:23:43 +00:00
Kenichi Handa
cba62b78c3 (help-xref-mule-regexp): New variable
(help-make-xrefs): Handle help-xref-mule-regexp.
2000-08-29 05:37:05 +00:00
Gerd Moellmann
f0753a5f45 (view-emacs-news): Rewritten for new naming scheme
for old NEWS files.
2000-08-17 15:36:54 +00:00
Dave Love
9a200f6832 (function-called-at-point, variable-at-point): Use
with-syntax-table.
(help-manyarg-func-alist): Add insert-and-inherit.
2000-08-15 14:25:50 +00:00
Gerd Moellmann
f3ad2fc8d0 (print-help-return-message): When
display-buffer-reuse-frames is set, let the help window been quit,
instead of deleting it, which might delete a reused frame.
2000-08-08 12:18:17 +00:00
Gerd Moellmann
4675e266da (describe-mode): Test mini-mode symbol for being
bound before testing its value for being nil.
2000-08-06 12:09:31 +00:00
Gerd Moellmann
d365421f85 (describe-variable): Don't insert a second `'s' in front
of the string `value is shown below'.  Since the syntax-table to
emacs-lisp-mode-syntax-table makes forward-sexp skip over an
existing `'s', so that this won't be deleted.
2000-06-27 10:54:26 +00:00
Dave Love
9c50afce62 (describe-function-1): Kluge around cases of functions fset to subrs
whose doc doesn't match their symbol-name.
2000-06-13 21:06:37 +00:00
Dave Love
d16296bbaa (describe-function-1): Distinguish special form from
builtin function.  Sanity-check presence of arglist for builtins.
2000-06-01 18:27:31 +00:00
Stefan Monnier
194959c700 (help-manyarg-func-alist): Typo. 2000-05-22 04:31:04 +00:00
Gerd Moellmann
279b772d9b (view-emacs-FAQ): Change emacs-faq' to efaq'. 2000-05-16 14:31:26 +00:00
Dave Love
376b2a24f9 (help-xref-stack): Doc fix.
(help-xref-following): New variable.
(help-make-xrefs): Use it.
(help-xref-go-back): Use position information from stack element.
(help-follow): Make position in stack element a pair.  Use
help-xref-following.
2000-05-14 15:48:45 +00:00
Dave Love
950cf06f8f (describe-variable): Have customize button pop the
help-xref stack when invoked.
(help-xref-symbol-regexp): Add `face'.
(help-make-xrefs): Check for quoted face names and adapt regexp
submatch numbers to cope.
(help-xref-interned): Maybe insert face doc too.  Separate
sections with a line of hyphens.
2000-05-09 15:51:57 +00:00
Dave Love
820ad5e7e3 (help-xref-on-pp): Check for constant symbols. 2000-05-02 10:40:37 +00:00
Dave Love
e3e36d741f (locate-library): Use mapc.
(help-manyarg-func-alist): Add call-process-region.
2000-04-27 17:02:42 +00:00
Gerd Moellmann
2e48ba1817 (help-xref-on-pp): New function.
(describe-variable): Use it to display xrefs in a symbol's value.
2000-04-26 17:32:20 +00:00
Gerd Moellmann
586b375962 (resize-temp-buffer-window): Use count-screen-lines. 2000-04-19 19:07:29 +00:00
Dave Love
2de477650b (help-manyarg-func-alist): Correct several omissions. 2000-03-31 19:59:07 +00:00
Dave Love
95bd92aa4e (help-xref-go-back): Don't try to set position. 2000-03-02 12:17:28 +00:00
Dave Love
d77dae5c40 (help-xref-button): Add help-echo arg.
(describe-function-1, describe-variable, help-make-xrefs): Use it.
2000-03-01 19:07:30 +00:00
Gerd Moellmann
14cc00adb2 (describe-variable): Set syntax table to
emacs-lisp-mode-syntax-table when moving forward over the
symbol's name.
2000-02-22 16:57:09 +00:00
Dave Love
f0d0fb1990 (describe-function-1): Print note about arglist of autoloaded
functions.  Move arglist of primitives up from end of doc string.
(help-manyarg-func-alist): Populate it.
2000-02-01 14:12:00 +00:00
Dave Love
4607e12b53 (help-xref-symbol-regexp, help-xref-info-regexp): Use defconst,
purecopy.
(help-back-label): Purecopy it.
2000-01-28 23:27:51 +00:00
Dave Love
d5f65532f3 1999-12-11 Samir Barjoud <samir@mindspring.com>
* help.el (where-is): use `commandp' as predicate for
        `completing-read'
1999-12-11 23:45:32 +00:00
Dave Love
4cbff657a7 (view-emacs-problems): New command, bound to C-h P. 1999-12-07 20:01:20 +00:00
Dave Love
73ea6d945d (help-mode-hook): Define. 1999-11-29 15:46:02 +00:00
Dave Love
400c12fd98 (help-follow): Make arg optional again and really default to point. 1999-10-28 09:48:39 +00:00
Stefan Monnier
accd12667f (help-xref-interned): make it also work on variable-only and
function-only symbols.
(help-make-xrefs): take advantage of the new `help-xref-interned'.
(help-follow): if the point under mouse is not highlighted, try
  `help-xref-interned' on the pointed-to symbol anyway.
1999-10-13 16:14:15 +00:00
Dave Love
4a8adb0bc7 Require view when compiling.
(view-emacs-FAQ): Use Info version.
1999-10-01 17:16:48 +00:00
Dave Love
510df933de (help-highlight-p): Doc fix. 1999-09-13 14:07:03 +00:00
Richard M. Stallman
b89d72a18a (describe-function-1): Don't return empty string for keymaps. 1999-09-08 07:41:52 +00:00
Dave Love
95ac0a6fa5 (help-make-xrefs): Don't lose on non-empty blank line after key table. 1999-08-31 17:17:18 +00:00
Gerd Moellmann
3583173275 (describe-key-briefly): Handle mode line strings
with local-map properties.
(describe-key): Ditto.
(mode-line-key-binding): New.
1999-07-23 10:59:35 +00:00
Dave Love
9675703521 (describe-variable): Fix test for customizability. 1999-07-20 16:38:23 +00:00
Karl Heuer
90a5604048 (help-for-help): Mention C-h C-i. Clear up C-h n. 1999-06-12 03:54:03 +00:00
Karl Heuer
57ec49bae0 (help-xref-interned): Fix insertion of fdoc and revamp. 1999-06-04 18:48:16 +00:00
Richard M. Stallman
0ab0e672f8 (describe-function-1): Extra arg, interactive-p.
(describe-key, describe-function): Use it.
1999-05-22 19:49:39 +00:00
Dave Love
377d15d97f (help-make-xrefs): Fix typpo. 1999-05-10 15:08:22 +00:00
Andreas Schwab
657cca97be (help-make-xrefs): Handle more cases when looking for
commands in a keymap description.
1999-05-10 12:49:39 +00:00
Dave Love
e4aece0e7a (temp-buffer-resize-mode): Doc fix. 1999-04-27 18:56:30 +00:00
Richard M. Stallman
a4bb8336f9 (describe-variable): Check custom-loads property as well as custom-type. 1999-04-08 16:46:15 +00:00
Karl Heuer
87f37557a5 (temp-buffer-resize-mode): Doc fix. 1999-03-30 21:28:47 +00:00
Richard M. Stallman
f58790da8e (help-xref-info-regexp): Allow linebreaks and capital.
(help-make-xrefs): Do Info case first.
1999-02-26 07:03:34 +00:00
Richard M. Stallman
6c8719f126 (describe-function-1): Don't print a whole lambda-function. 1999-02-26 06:57:28 +00:00
Richard M. Stallman
6016b6e4dc (describe-function-1): Accept non-symbols. 1999-02-16 23:09:54 +00:00
Dave Love
d62f8b134b (help-make-xrefs): Default info references to an
`(emacs)' prefix.
1999-01-25 18:58:31 +00:00
Dave Love
3d02beed17 (temp-buffer-setup-hook, temp-buffer-show-hook): Revert last change. 1999-01-16 12:02:22 +00:00
Dave Love
b2c85790c5 (help-make-xrefs): Avoid infloop in keymap substitutions
and change regexp for command names.
(help-xref-go-back, function-called-at-point, symbol-file)
(where-is): Doc fixes.
(help-xref-go-back): Remove interactive spec.
(describe-function-1): Fix message for alias.  Buttomize alias
name.
1999-01-15 17:29:03 +00:00
Dave Love
c96d168d7e (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
the values round.
1999-01-11 21:01:12 +00:00
Richard M. Stallman
e48143f0fd (help-mode-finish): Renamed from help-mode-maybe.
Don't switch to Help mode here.
(temp-buffer-setup-hook): Use help-mode-finish.
(help-mode-setup): New function.
(temp-buffer-setup-hook): Use help-mode-setup.
1999-01-11 15:25:41 +00:00
Richard M. Stallman
82cb913319 (function-called-at-point): First look for function at point. 1998-12-30 20:28:52 +00:00
Andreas Schwab
aed2b2cd47 (describe-function-1): Say "keymap", not "Lisp macro",
if this is an autoloaded keymap.
1998-12-21 10:03:01 +00:00
Karl Heuer
0f619a4126 (symbol-file-load-history-loaded): Variable renamed,
and defvar moved from loadhist.el.
(symbol-file): Renamed from describe-function-find-file.
Load fns-VERSION.el here.
(describe-variable, describe-function-1): Use symbol-file.
1998-12-10 03:25:33 +00:00
Dave Love
213f4eae7b (describe-function-1): Fix description for alias. 1998-12-04 11:54:56 +00:00
Dave Love
3b313ca8d1 (help-make-xrefs): Use `info', not the non-autoloaded
`Info-goto-node'.
1998-12-02 19:36:22 +00:00
Karl Heuer
ae29cb0cf3 (temp-buffer-resize-mode): Doc fix. 1998-12-02 18:16:13 +00:00
Richard M. Stallman
5f373960a6 (help-xref-button): Do nothing if text already has the help-xref property.
(describe-variable): Revert previous change to hyperlink to source.
1998-11-30 23:55:42 +00:00
Richard M. Stallman
40b3bdc12b (describe-mode): Put major mode first. 1998-11-29 00:56:49 +00:00
Richard M. Stallman
4483ddc5a1 Rename function and variables added in previous change:
delete `window-' from the names.
1998-11-22 17:31:55 +00:00
Richard M. Stallman
48ce3c2231 Add resizing of temporary buffers.
(temp-buffer-window-resize-mode): New command and variable.
(temp-buffer-window-max-height): New variable.
(resize-temp-buffer-window): New function.
1998-11-22 17:26:16 +00:00
Richard M. Stallman
e95419a63b (describe-mode): Don't avoid loop indirecting thru value of INDICATOR. 1998-11-21 22:24:50 +00:00
Richard M. Stallman
be66e132d0 (describe-variable): Allow any variable with a defcustom,
even if it is not a user variable.
1998-11-21 03:19:52 +00:00
Dave Love
3b3e7de595 (describe-variable): Don't quote link to source. 1998-11-05 18:55:38 +00:00
Dave Love
3476e15955 (describe-variable): Hyperlink the definition. 1998-10-30 19:07:09 +00:00
Richard M. Stallman
3120a677e9 (help-quit): Add doc. 1998-09-27 21:20:42 +00:00
Richard M. Stallman
a82e9c0177 (help-for-help): Use %THIS-KEY%. 1998-09-27 21:17:26 +00:00
Dave Love
91fd6b858c (help-make-xrefs): Fix typo affecting Info references. 1998-09-21 17:39:54 +00:00
Dave Love
b484eecc3f (help-xref-interned): Bind inhibit-read-only when
inserting.
1998-09-09 19:55:29 +00:00
Richard M. Stallman
3f8309db3c (describe-function-1): Handle macros properly.
Handle multiple levels of aliases.
1998-08-10 02:02:56 +00:00
Richard M. Stallman
582b6241ef (describe-function-1): Fix the code that uses find-function-noselect. 1998-07-29 23:04:03 +00:00
Richard M. Stallman
4b08b7ed05 (help-map): C-h 4 i runs info-other-window.
(describe-key, describe-key-briefly):
Don't discard up event after down event.
1998-06-13 05:59:46 +00:00
Richard M. Stallman
9b49f910ae (help-make-xrefs): When scanning keymap binding listings,
scan from the very beginning.
(help-follow-mouse): Avoid save-excursion, so can set point properly.
1998-06-10 00:27:04 +00:00
Richard M. Stallman
4f103eaae6 Comment change. 1998-06-09 03:47:04 +00:00
Karl Heuer
4c45295b18 (help-setup-xref): Change all callers to
use (function args...) instead of (function . arg).  Doc fix.
(help-follow): Put (point) at front of elts of help-xref-stack.
(help-xref-stack): Elt format now (POSITION FUNCTION ARGS).
(help-xref-stack-item): Doc fix.
(help-xref-go-back): Assume new format for help-xref-stack.
(help-follow): Look for prop on previous char if next char has none.
Avoid error at beginning or end of buffer.
(describe-bindings): New optional arg BUFFER.
Use help-setup-xref.
1998-06-01 21:11:47 +00:00
Richard M. Stallman
7e824765ca (describe-variable): Add a button to call
customize-variable if the variable can be customized.
1998-05-25 18:39:16 +00:00
Richard M. Stallman
0f2aa0e118 (describe-key-briefly): When INSERT, put cmd name in `...'. 1998-05-14 05:23:24 +00:00
Richard M. Stallman
613a39b91b (view-lossage): Set help-xref-stack* in the help buffer.
(describe-bindings): Likewise.
(help-xref-go-back): New arg BUFFER.
(help-make-xrefs): Specify the help buffer as arg for
help-xref-go-back.
1998-05-07 05:37:59 +00:00
Richard M. Stallman
7dcf11272e (describe-function-1): Use find-function-noselect instead of find-function. 1998-05-07 05:30:07 +00:00
Dave Love
306a5e68ac (help-mode-map): Add S-tab, like backtab. 1998-04-22 11:40:18 +00:00
Richard M. Stallman
7f082394b4 (help-highlight-face): Use `face' as custom type. 1998-04-22 02:08:02 +00:00
Dave Love
2676e09953 (describe-function): Make hyperlink to library file
name, if available.
1998-04-21 13:08:47 +00:00
Richard M. Stallman
ad21fa0789 (help-with-tutorial): Locally bind file and filename. 1998-04-17 01:17:39 +00:00
Karl Heuer
05f6170c27 (describe-function-1): New function.
(describe-function): Use describe-function-1.
(describe-key): Likewise.
1998-04-13 06:56:24 +00:00
Kenichi Handa
3060bf835d (help-with-tutorial-alist): This variable deleted.
(help-with-tutorial): Get a tutorial file name by
get-language-info instead of help-with-tutorial-alist.
1998-04-09 05:39:11 +00:00
Dave Love
ff3453e4d1 (help-make-xrefs): Grok commands in keymap table
expansions.
(help-xref-button): Simplify.
(help-make-xrefs): Set overriding keymap properly.
1998-04-06 09:56:55 +00:00
Richard M. Stallman
400a1b1f84 (help-highlight-face): Use underline.
(help-mode-maybe): Ensure read-only.
(help-xref-button): Obey help-highlight-p.
(help-follow): Remove check for args being a list.
(help-mode): Doc fix.
(help-highlight-p): Put in help group.

(help-make-xrefs): Insert button label in scope of
inhibit-read-only binding.
(help-mode-map, help-make-xrefs): Define TAB, RET correctly.

Make hyperlinks for cross-reference info intuited from *Help* buffer.
(help-font-lock-keywords): Removed.
(help-mode-map): Define keys for navigating hyperlinks.
(help-xref-stack, help-xref-stack-item): New permanent-local variables.
(help-mode): Set font-lock-defaults to nil.
(help-mode-maybe): Invoke help-make-xrefs in Help mode.
(help-setup-xref): New function.
(describe-key, describe-mode, describe-function,
describe-variable): Call it.
(view-lossage, describe-bindings): Nullify help-xref-stack,
help-xref-stack-item.
(help-highlight-p): New option.
(help-highlight-face): New variable.
(help-back-label, help-xref-symbol-regexp, help-xref-info-regexp):
New variables.
(help-setup-xref, help-make-xrefs, help-xref-button,
help-xref-interned, help-xref-mode, help-follow-mouse,
help-xref-go-back, help-go-back, help-follow, help-next-ref): New functions.
1998-04-05 19:10:02 +00:00
Richard M. Stallman
382d018aa5 (view-emacs-news): Handle prefix arg. 1998-03-18 01:59:58 +00:00
Richard M. Stallman
01364a75fb (help-mode-maybe): Set view-return-to-alist.
(help-return-method): New variable.
(print-help-return-message): Set help-return-method.
1998-03-16 04:10:19 +00:00
Simon Marshall
883212ce69 Changed font-lock-reference-face to font-lock-constant-face. 1998-02-20 14:58:27 +00:00
Richard M. Stallman
a249d3a05a (describe-bindings): Fix interactive spec. 1998-02-11 00:29:47 +00:00
Richard M. Stallman
a8ad43aa29 (describe-bindings): New command (formerly in keymap.c). 1998-02-05 03:26:45 +00:00
Karl Heuer
d56458467b (describe-variable): Don't use symbol-name if v isn't symbol. 1997-11-20 21:59:02 +00:00
Karl Heuer
c822b44bed (help-with-tutorial-alist): New variable.
(help-with-tutorial): Use help-with-tutorial-alist to read a language
name, and also to find the tutorial file for a language.
1997-11-20 21:47:12 +00:00
Karl Heuer
ed13681ff1 (help-for-help): Update text for `m'. 1997-11-11 03:55:47 +00:00
Karl Heuer
0e3cb3ebc8 (describe-function): Handle the arglist of a macro. 1997-11-11 02:52:50 +00:00
Karl Heuer
dd557bb8a2 (locate-library): Comment out the code that searches
for compressed files.
1997-10-24 19:50:35 +00:00
Karl Heuer
cf4320b8bf (locate-library): Bind jka-compr-inhibit to t. 1997-10-23 07:01:19 +00:00
Karl Heuer
1126786767 (function-called-at-point): Always use Emacs Lisp syntax tab.
Reject any "function call" with whitespace after the open-paren.
1997-10-16 18:32:06 +00:00
Karl Heuer
1bacc93e70 (describe-variable): Pass default value to completing-read.
(describe-function): Likewise.
1997-10-16 18:12:06 +00:00
Karl Heuer
21de5941c9 (help-mode-maybe): New function, on temp-buffer-show-hook.
(describe-key, describe-mode): Don't call help-mode here.
(view-lossage, describe-function, describe-variable): Likewise.
1997-10-15 23:36:30 +00:00
Richard M. Stallman
71e9bd7171 (help-with-tutorial): Doc fix. 1997-08-27 17:26:03 +00:00
Richard M. Stallman
da4127720b (help-with-tutorial): Use current-language-environment. 1997-08-19 04:39:43 +00:00
Richard M. Stallman
4bbc4094c4 (describe-key): Don't put a colon after the command name. 1997-08-09 07:37:02 +00:00
Richard M. Stallman
f90b69224c (help-mode): Set view-no-disable-on-exit. 1997-08-08 22:25:31 +00:00
Richard M. Stallman
eea844b25e (describe-function): Use " is " instead of colon. 1997-08-04 03:57:04 +00:00
Richard M. Stallman
a30a106b8d (help-for-help): Update help text. 1997-07-05 18:07:30 +00:00
Richard M. Stallman
32884eab96 (help-map): Make C-i run info-lookup-symbol. 1997-06-18 06:50:55 +00:00
Richard M. Stallman
e88a2c5911 (describe-key-briefly, where-is): Prefix arg means
insert help text into current buffer.
1997-05-22 06:20:42 +00:00
Kenichi Handa
7c9b148e80 (help-with-tutorial): Fix a bug of handling non-English
tutorial file.
1997-05-12 06:56:21 +00:00
Richard M. Stallman
122955bfb4 (help-map): Use apropos-command, not command-apropos. 1997-03-21 07:45:24 +00:00
Karl Heuer
0634ea78a0 (help-with-tutorial): Prefix argument to specify a
language interactively.
1997-02-20 05:45:01 +00:00
Richard M. Stallman
f2102d2cd7 (help-map): Define C-h C-i to run word-help. 1996-12-28 20:29:42 +00:00
Richard M. Stallman
ddbe99e039 (describe-mode): Include minor modes that aren't buffer local. 1996-12-16 02:44:52 +00:00
Richard M. Stallman
9a656d196a (describe-variable): Pretty-print the values.
Put doc string first, if the value is long.
1996-11-10 18:52:18 +00:00
Richard M. Stallman
00d3de8eae (describe-function): If no fn specified, say so.
(variable-at-point): Return 0 if no variable there.
(describe-variable): If no variable specified, say so.
Don't use nil as the variable.
1996-10-13 13:59:51 +00:00
Erik Naggum
a1c9f2095f (print-help-return-message): Use new functions `special-display-p' and
`same-window-p' to determine which help message to print.
(Also unquote lambda forms.)
1996-10-06 16:27:39 +00:00
Richard M. Stallman
a130d829db (locate-library): Print no messages if called from Lisp. 1996-09-21 23:07:06 +00:00
Richard M. Stallman
9dc176a012 (locate-library): New arg PATH. Handle autocompression mode. 1996-09-02 01:16:42 +00:00
Richard M. Stallman
2747503c0a (locate-library): Doc fix. 1996-09-02 01:05:22 +00:00
Simon Marshall
b80778111e Fully reinstall July 26 change. 1996-08-05 07:18:48 +00:00
Richard M. Stallman
8743d4cb20 (help-font-lock-keywords): Undo July 26 change. 1996-07-31 18:17:16 +00:00
Richard M. Stallman
dd7d85bab7 (help-fontify-buffer-function): Function deleted.
(help-mode): Set font-lock-defaults in simple way again.
1996-07-29 23:39:34 +00:00
Richard M. Stallman
0e0ee79544 (help-font-lock-keywords): Use font-lock-function-name-face
for variables, too.

(help-mode): Set font-lock-defaults to provide bindings for
local fontification functions.
(help-fontify-buffer-function): New function.
1996-07-27 02:44:27 +00:00
Richard M. Stallman
83f8659432 (describe-mode): Put a formfeed between each two modes.
Print a message at the top explaining that minor modes come first
followed by the major mode.
1996-07-24 16:52:33 +00:00
Richard M. Stallman
2ef581f34c (describe-mode): Handle minor mode w/o mode line indicator. 1996-03-18 06:44:10 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
fb3fc9b819 (describe-function): Call documentation just once.
(describe-key): Likewise.
1995-10-31 00:43:22 +00:00
Richard M. Stallman
c8f98e6dac (describe-variable): Don't call substitute-command-keys. 1995-10-30 21:18:39 +00:00
Richard M. Stallman
fc558e4ded (describe-key, describe-key-briefly): For a mouse click,
go to its buffer and position before looking up the key.
1995-10-25 19:30:19 +00:00
Richard M. Stallman
914a48d0f0 (variable-at-point, function-called-at-point):
Switch temporarily to emacs-lisp-mode-syntax-table.
1995-10-14 00:39:58 +00:00
Richard M. Stallman
e91b8e7ef7 (variable-at-point, function-called-at-point): Fix revious changes. 1995-10-12 17:56:17 +00:00
Richard M. Stallman
da16d59923 (function-called-at-point, variable-at-point):
Don't back up if we start at the beginning of a symbol.
1995-10-10 20:03:31 +00:00
Richard M. Stallman
5cabce210e (print-help-return-message): Handle lists in
special-display-regexps and same-window-regexps.  Also in
special-display-buffer-names and same-window-buffer-names
1995-10-01 20:00:22 +00:00
Richard M. Stallman
42499979a3 (help-mode): Call view-mode. 1995-09-25 18:39:31 +00:00
Richard M. Stallman
ad3ec2527c (describe-function): Show file name for autoloaded fns. 1995-08-25 15:35:37 +00:00
Simon Marshall
3d42d54264 Insert missing quote in help-font-lock-keywords. 1995-08-11 08:52:42 +00:00
Simon Marshall
507fb916e9 Added Font Lock mode support. 1995-08-10 15:24:09 +00:00