]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years ago(Backspace invokes help): Clarify that keyboard-translate is better
Eli Zaretskii [Sun, 30 Sep 2001 07:00:25 +0000 (07:00 +0000)]
(Backspace invokes help): Clarify that keyboard-translate is better
than global-set-key.  Add reference to the manual's section about DEL vs
BS.  Mention normal-erase-is-backspace.

22 years ago(tetris-score-file): Use temporary-file-directory
Eli Zaretskii [Sat, 29 Sep 2001 18:41:36 +0000 (18:41 +0000)]
(tetris-score-file): Use temporary-file-directory
instead of a literal "/tmp".  Suggested by Robert
<robert@chezmarshall.freeserve.co.uk>.

22 years ago(snake-score-file): Use temporary-file-directory
Eli Zaretskii [Sat, 29 Sep 2001 18:37:22 +0000 (18:37 +0000)]
(snake-score-file): Use temporary-file-directory
instead of a literal "/tmp".  Suggested by Robert
<robert@chezmarshall.freeserve.co.uk>.

22 years agoFix the Italian and Maltese entries. From Trevor Spiteri
Eli Zaretskii [Sat, 29 Sep 2001 10:14:14 +0000 (10:14 +0000)]
Fix the Italian and Maltese entries.  From Trevor Spiteri
<tbspit@eng.um.edu.mt>.

22 years agoFix a typo in comment.
Pavel Janík [Fri, 28 Sep 2001 15:50:04 +0000 (15:50 +0000)]
Fix a typo in comment.

22 years ago.
Andreas Schwab [Fri, 28 Sep 2001 12:59:18 +0000 (12:59 +0000)]
.

22 years ago(LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
Andreas Schwab [Fri, 28 Sep 2001 12:58:23 +0000 (12:58 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
nocombreloc, in case -z combreloc is the default.

22 years agoPut in #if 0 until we know what's
Gerd Moellmann [Fri, 28 Sep 2001 08:03:51 +0000 (08:03 +0000)]
Put in #if 0 until we know what's
really going on here.

22 years ago(apropos-print): Fix last change.
Eli Zaretskii [Fri, 28 Sep 2001 06:18:36 +0000 (06:18 +0000)]
(apropos-print): Fix last change.

22 years ago(apropos-print): Make the directions inserted at the
Eli Zaretskii [Fri, 28 Sep 2001 06:11:25 +0000 (06:11 +0000)]
(apropos-print): Make the directions inserted at the
beginning of the *Apropos* buffer more clear.

22 years ago2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Fri, 28 Sep 2001 03:06:09 +0000 (03:06 +0000)]
2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>

* ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
Added comments.

22 years ago(trivial_regexp_p): Catch \{N,M\} as well.
Stefan Monnier [Thu, 27 Sep 2001 22:45:50 +0000 (22:45 +0000)]
(trivial_regexp_p): Catch \{N,M\} as well.

22 years ago(comment-normalize-vars): Use " \t" rather than
Stefan Monnier [Thu, 27 Sep 2001 21:13:44 +0000 (21:13 +0000)]
(comment-normalize-vars): Use " \t" rather than
"\\s-" when defining comment-end-skip.

22 years agoDocument the support for file selection dialog on MS-Windows.
Eli Zaretskii [Thu, 27 Sep 2001 13:37:26 +0000 (13:37 +0000)]
Document the support for file selection dialog on MS-Windows.

22 years ago(gnus-article-display-xface): Skip over previously
Gerd Moellmann [Thu, 27 Sep 2001 12:09:35 +0000 (12:09 +0000)]
(gnus-article-display-xface): Skip over previously
inserted images.

22 years ago(shortlisp): Resync with loadup.el: add backquote, utf-8, menu-bar,
Eli Zaretskii [Thu, 27 Sep 2001 11:05:06 +0000 (11:05 +0000)]
(shortlisp): Resync with loadup.el: add backquote, utf-8, menu-bar,
and latin-N.
(SOME_MACHINE_LISP): Remove menu-bar, since it's loaded unconditionally now.
(lisp): Add latin-N, since they are preloaded.

22 years ago(send-mail-function): Doc fix.
Gerd Moellmann [Thu, 27 Sep 2001 11:03:03 +0000 (11:03 +0000)]
(send-mail-function): Doc fix.
(mail-do-fcc): Error if header-end is not a marker.
(mail-do-fcc): Add a comment.
(mail-reply-to): Doc fix.
(mail-signature): Make ATPOINT optional.
(mail-yank-original): Use cond instead of nestled if.

22 years ago(feedmail-queue-send-edit-prompt-help):
Gerd Moellmann [Thu, 27 Sep 2001 10:54:55 +0000 (10:54 +0000)]
(feedmail-queue-send-edit-prompt-help):
Call get-buffer-window first second arg `visible'.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 27 Sep 2001 09:23:01 +0000 (09:23 +0000)]
*** empty log message ***

22 years ago(list-input-methods-1): Output
Gerd Moellmann [Thu, 27 Sep 2001 09:22:39 +0000 (09:22 +0000)]
(list-input-methods-1): Output
something that's independent of Emacs' version.

22 years ago(x_draw_relief_rect): Draw bottom relief 1 pixel more
Gerd Moellmann [Thu, 27 Sep 2001 09:14:30 +0000 (09:14 +0000)]
(x_draw_relief_rect): Draw bottom relief 1 pixel more
to the left.  Some cleanup.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 27 Sep 2001 08:36:13 +0000 (08:36 +0000)]
*** empty log message ***

22 years ago(display_mode_element): One more case where a string's
Gerd Moellmann [Thu, 27 Sep 2001 08:35:44 +0000 (08:35 +0000)]
(display_mode_element): One more case where a string's
multibyteness should be used for display.

22 years ago(tar-mode-write-file): Don't signal an error by
Gerd Moellmann [Thu, 27 Sep 2001 08:11:36 +0000 (08:11 +0000)]
(tar-mode-write-file): Don't signal an error by
calling byte-to-position with a nil tar-header-offset.

22 years ago(Creating Keymaps): Fix the description of the result of make-keymap.
Eli Zaretskii [Wed, 26 Sep 2001 19:55:41 +0000 (19:55 +0000)]
(Creating Keymaps): Fix the description of the result of make-keymap.

22 years agoMention XIM-related crashes on Solaris 8.
Eli Zaretskii [Wed, 26 Sep 2001 19:44:26 +0000 (19:44 +0000)]
Mention XIM-related crashes on Solaris 8.

22 years agoFix last change.
Eli Zaretskii [Wed, 26 Sep 2001 19:42:30 +0000 (19:42 +0000)]
Fix last change.

22 years agoMove the section aboiut XIMs on Solaris 8.
Eli Zaretskii [Wed, 26 Sep 2001 19:38:34 +0000 (19:38 +0000)]
Move the section aboiut XIMs on Solaris 8.

22 years agoMention core dumps inside XIM on Solaris 8.
Eli Zaretskii [Wed, 26 Sep 2001 19:36:21 +0000 (19:36 +0000)]
Mention core dumps inside XIM on Solaris 8.

22 years agoDocument problems with bad specifications of the default fontset.
Eli Zaretskii [Wed, 26 Sep 2001 19:21:00 +0000 (19:21 +0000)]
Document problems with bad specifications of the default fontset.

22 years agoDocument the problem with epop3's redefinition of gethash.
Eli Zaretskii [Wed, 26 Sep 2001 19:11:07 +0000 (19:11 +0000)]
Document the problem with epop3's redefinition of gethash.

22 years agoUpdate as per suggestions by Shayne Steele <steele@cs.fsu.edu>.
Eli Zaretskii [Wed, 26 Sep 2001 19:04:28 +0000 (19:04 +0000)]
Update as per suggestions by Shayne Steele <steele@cs.fsu.edu>.

22 years agoComment change.
Richard M. Stallman [Wed, 26 Sep 2001 18:03:51 +0000 (18:03 +0000)]
Comment change.

22 years ago(Info-on-current-buffer): Default arg to "Top".
Stefan Monnier [Wed, 26 Sep 2001 15:45:47 +0000 (15:45 +0000)]
(Info-on-current-buffer): Default arg to "Top".

22 years ago(Finsert_file_contents): If REPLACE is non-nil, stop
Gerd Moellmann [Wed, 26 Sep 2001 15:30:07 +0000 (15:30 +0000)]
(Finsert_file_contents): If REPLACE is non-nil, stop
reading at EOF.

22 years ago(Top): Clarify what is ``documentation''. Some bozo on comp.emacs
Eli Zaretskii [Wed, 26 Sep 2001 15:26:30 +0000 (15:26 +0000)]
(Top): Clarify what is ``documentation''.  Some bozo on comp.emacs
said that this can be confused for ``documents'', meaning files the user
edits using Emacs...
(Help-^L): Fix a typo.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 26 Sep 2001 14:09:01 +0000 (14:09 +0000)]
*** empty log message ***

22 years ago(with_echo_area_buffer): Use echo_kboard instead
Gerd Moellmann [Wed, 26 Sep 2001 12:02:24 +0000 (12:02 +0000)]
(with_echo_area_buffer): Use echo_kboard instead
of the only tempoarily set echoing flag for deciding when
the cancel echoing.

22 years ago(echo_kboard): Make externally visible.
Gerd Moellmann [Wed, 26 Sep 2001 12:01:19 +0000 (12:01 +0000)]
(echo_kboard): Make externally visible.

22 years ago(echo_kboard): Declare extern.
Gerd Moellmann [Wed, 26 Sep 2001 12:00:56 +0000 (12:00 +0000)]
(echo_kboard): Declare extern.

22 years ago(make_cursor_line_fully_visible): Return 0 and set
Gerd Moellmann [Wed, 26 Sep 2001 11:27:25 +0000 (11:27 +0000)]
(make_cursor_line_fully_visible): Return 0 and set
fonts_changed_p if need larger matrices due to vscrolling.
(try_scrolling, try_cursor_movement, redisplay_window): Give up on
this round of redisplay if make_cursor_line_fully_visible fails.
(CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators.
(try_cursor_movement, try_scrolling): Use them instead of
integers.

22 years ago(required_matrix_width, required_matrix_height): New
Gerd Moellmann [Wed, 26 Sep 2001 11:15:40 +0000 (11:15 +0000)]
(required_matrix_width, required_matrix_height): New
functions.
(allocate_matrices_for_window_redisplay)
(allocate_matrices_for_frame_redisplay: Use them.  Remove
parameters CH_DIM.

22 years ago(required_matrix_width, required_matrix_height):
Gerd Moellmann [Wed, 26 Sep 2001 11:15:20 +0000 (11:15 +0000)]
(required_matrix_width, required_matrix_height):
Add prototypes.

22 years ago(display_mode_lines): Temporarily set selected_frame
Gerd Moellmann [Wed, 26 Sep 2001 08:19:04 +0000 (08:19 +0000)]
(display_mode_lines): Temporarily set selected_frame
and selected_window to the frame of the window whose mode-lines
are display, and to the window itself.
(redisplay_window, redisplay_mode_lines): Don't set selected_frame
here.

22 years ago(x_kill_gs_process): Recognize if someone has cleared
Gerd Moellmann [Tue, 25 Sep 2001 17:43:10 +0000 (17:43 +0000)]
(x_kill_gs_process): Recognize if someone has cleared
the image cache under us.

22 years agoFix typo.
Gerd Moellmann [Tue, 25 Sep 2001 13:31:20 +0000 (13:31 +0000)]
Fix typo.

22 years ago(display_mode_element): If the mode element is a symbol
Gerd Moellmann [Tue, 25 Sep 2001 11:38:24 +0000 (11:38 +0000)]
(display_mode_element): If the mode element is a symbol
with a string value, use that string's multibyteness for
displaying.

22 years agoIncrement version number.
Gerd Moellmann [Tue, 25 Sep 2001 10:53:12 +0000 (10:53 +0000)]
Increment version number.

22 years ago*** empty log message *** emacs-pretest-21.0.106
Gerd Moellmann [Tue, 25 Sep 2001 10:34:41 +0000 (10:34 +0000)]
*** empty log message ***

22 years ago(read_char): Don't clear a message for a switch-frame
Gerd Moellmann [Tue, 25 Sep 2001 10:18:44 +0000 (10:18 +0000)]
(read_char): Don't clear a message for a switch-frame
event.   From Stefan Monnier  <monnier@cs.yale.edu>.

22 years ago(fast_find_position) [0]: Add a presumably more correct
Gerd Moellmann [Tue, 25 Sep 2001 10:12:53 +0000 (10:12 +0000)]
(fast_find_position) [0]: Add a presumably more correct
version for after 21.1.

22 years ago(row_containing_pos): Add prototype.
Gerd Moellmann [Tue, 25 Sep 2001 09:54:09 +0000 (09:54 +0000)]
(row_containing_pos): Add prototype.

22 years ago(row_containing_pos): Make externally visible.
Gerd Moellmann [Tue, 25 Sep 2001 09:53:42 +0000 (09:53 +0000)]
(row_containing_pos): Make externally visible.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 25 Sep 2001 08:37:59 +0000 (08:37 +0000)]
*** empty log message ***

22 years ago(calculator-copy-displayer): New user-option.
Gerd Moellmann [Tue, 25 Sep 2001 08:37:33 +0000 (08:37 +0000)]
(calculator-copy-displayer): New user-option.
(calculator-displayer-prev, calculator-displayer-next): Renamed
from calculator-displayed-{left,right}.
(calculator, calculator-standard-displayer)
(calculator-num-to-string, calculator-update-display)
(calculator-copy, calculator-put-value): Bug and display fixes.

22 years ago(send_process): Disable composition if from_byte < 0.
Gerd Moellmann [Tue, 25 Sep 2001 08:21:22 +0000 (08:21 +0000)]
(send_process): Disable composition if from_byte < 0.
From Kenichi Handa <handa@etl.go.jp>.

22 years ago(vc-checkin): Use vc-delete-automatic-version-backups.
Stefan Monnier [Mon, 24 Sep 2001 22:30:31 +0000 (22:30 +0000)]
(vc-checkin): Use vc-delete-automatic-version-backups.

22 years ago(tq-enqueue): Clarify meaning of REGEXP.
Richard M. Stallman [Mon, 24 Sep 2001 19:00:26 +0000 (19:00 +0000)]
(tq-enqueue): Clarify meaning of REGEXP.

22 years agoFix character range regexp. Doc fix.
Gerd Moellmann [Mon, 24 Sep 2001 17:43:45 +0000 (17:43 +0000)]
Fix character range regexp.  Doc fix.
(ebnf-yac-skip-chars): New internal const.
(ebnf-yac-skip-code): Fix code.

22 years agoFix character range regexp. Doc fix.
Gerd Moellmann [Mon, 24 Sep 2001 17:42:00 +0000 (17:42 +0000)]
Fix character range regexp.  Doc fix.
(ebnf-iso-non-terminal-chars): New internal const.
(ebnf-iso-lex): Fix code.

22 years agoFix character range regexp. Doc fix.
Gerd Moellmann [Mon, 24 Sep 2001 17:41:41 +0000 (17:41 +0000)]
Fix character range regexp.  Doc fix.
(ebnf-bnf-non-terminal-chars): New internal const.
(ebnf-bnf-lex): Fix code.

22 years agoEliminate make-local-hook calls. Doc fix.
Gerd Moellmann [Mon, 24 Sep 2001 17:41:19 +0000 (17:41 +0000)]
Eliminate make-local-hook calls.  Doc fix.
(ebnf-version): New version (3.6.1).

22 years ago(cvs-parse-commit): Expand the file name before passing it to VC.
Stefan Monnier [Mon, 24 Sep 2001 16:42:14 +0000 (16:42 +0000)]
(cvs-parse-commit): Expand the file name before passing it to VC.

22 years ago(vc-delete-automatic-version-backups): Handle the
Stefan Monnier [Mon, 24 Sep 2001 16:37:10 +0000 (16:37 +0000)]
(vc-delete-automatic-version-backups): Handle the
case where the file is relative.

22 years agoFix crossreferences. From Pavel@janik.cz (Pavel Jan\e,Bm\e(Bk).
Gerd Moellmann [Mon, 24 Sep 2001 13:17:53 +0000 (13:17 +0000)]
Fix crossreferences.  From Pavel@janik.cz (Pavel Jan\e,Bm\e(Bk).

22 years ago(refreshicon): Removed.
Gerd Moellmann [Mon, 24 Sep 2001 13:10:54 +0000 (13:10 +0000)]
(refreshicon): Removed.

22 years ago(xterm.o): Remove references to sink.h and sinkmask.h.
Gerd Moellmann [Mon, 24 Sep 2001 13:08:54 +0000 (13:08 +0000)]
(xterm.o): Remove references to sink.h and sinkmask.h.

22 years ago(toplevel): Remove includes in #if 0.
Gerd Moellmann [Mon, 24 Sep 2001 12:59:19 +0000 (12:59 +0000)]
(toplevel): Remove includes in #if 0.

22 years agoRemove entry for dynamically loadable modules. RMS has a political
Gerd Moellmann [Mon, 24 Sep 2001 12:09:23 +0000 (12:09 +0000)]
Remove entry for dynamically loadable modules.  RMS has a political
concern about this.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 24 Sep 2001 09:28:24 +0000 (09:28 +0000)]
*** empty log message ***

22 years ago(xml-parse-attlist): Quotes around attributes must be the
Gerd Moellmann [Mon, 24 Sep 2001 09:26:53 +0000 (09:26 +0000)]
(xml-parse-attlist): Quotes around attributes must be the
same on each side.  Make sure we properly handle simple quotes.
From Daiki Ueno <ueno@unixuser.org>.

22 years ago(sigchld_handler) [LINUX]: Don't return from
Gerd Moellmann [Mon, 24 Sep 2001 09:18:19 +0000 (09:18 +0000)]
(sigchld_handler) [LINUX]: Don't return from
the signal handler at the end of the loop.

22 years ago(Font Lookup, Attribute Functions)
Eli Zaretskii [Sun, 23 Sep 2001 18:56:28 +0000 (18:56 +0000)]
(Font Lookup, Attribute Functions)
(Image Descriptors): Add cross-references to the definition of
selected frame.

22 years ago(The Buffer List): Add cross-references to the definition of selected frame.
Eli Zaretskii [Sun, 23 Sep 2001 18:52:16 +0000 (18:52 +0000)]
(The Buffer List): Add cross-references to the definition of selected frame.

22 years ago(Input Focus): Clarify which frame is _the_ selected
Eli Zaretskii [Sun, 23 Sep 2001 18:49:04 +0000 (18:49 +0000)]
(Input Focus): Clarify which frame is _the_ selected
frame at any given time.
(Multiple Displays, Size and Position): Add cross-references to
the definition of the selected frame.

22 years agoUpdate Stephen Gildea's mail address?
Eli Zaretskii [Sun, 23 Sep 2001 17:49:25 +0000 (17:49 +0000)]
Update Stephen Gildea's mail address?

22 years agoUpdate Stephen Gildea's mail address.
Eli Zaretskii [Sun, 23 Sep 2001 17:48:31 +0000 (17:48 +0000)]
Update Stephen Gildea's mail address.

22 years agoFix last change.
Eli Zaretskii [Sun, 23 Sep 2001 17:38:22 +0000 (17:38 +0000)]
Fix last change.

22 years agoUpdate Stephen Gildea's mail address.
Eli Zaretskii [Sun, 23 Sep 2001 17:37:37 +0000 (17:37 +0000)]
Update Stephen Gildea's mail address.

22 years ago(mail-mode): Doc fix. From Simon Josefsson <jas@extundo.com>.
Eli Zaretskii [Sun, 23 Sep 2001 17:08:31 +0000 (17:08 +0000)]
(mail-mode): Doc fix.  From Simon Josefsson <jas@extundo.com>.

22 years agobackend -> back end.
ShengHuo ZHU [Sun, 23 Sep 2001 12:33:24 +0000 (12:33 +0000)]
backend -> back end.

22 years agoMinor fixes for text of help-echo in some options.
Eli Zaretskii [Sun, 23 Sep 2001 11:59:20 +0000 (11:59 +0000)]
Minor fixes for text of help-echo in some options.

22 years ago*** empty log message ***
Stefan Monnier [Sat, 22 Sep 2001 20:23:16 +0000 (20:23 +0000)]
*** empty log message ***

22 years ago(cvs-parse-commit): Remove the temp files used by VC.
Stefan Monnier [Sat, 22 Sep 2001 20:22:34 +0000 (20:22 +0000)]
(cvs-parse-commit): Remove the temp files used by VC.

22 years ago(vc-delete-automatic-version-backups):
Stefan Monnier [Sat, 22 Sep 2001 20:09:56 +0000 (20:09 +0000)]
(vc-delete-automatic-version-backups):
Don't fail if the directory doesn't exist.

22 years agoDoc fix
Stefan Monnier [Sat, 22 Sep 2001 20:04:21 +0000 (20:04 +0000)]
Doc fix

22 years ago(diff-default-read-only): New var.
Stefan Monnier [Sat, 22 Sep 2001 19:11:24 +0000 (19:11 +0000)]
(diff-default-read-only): New var.
(diff-mode): Use it.

22 years ago(hexl-mode-map): Fix the change of 2001-08-23: use
Eli Zaretskii [Sat, 22 Sep 2001 17:50:10 +0000 (17:50 +0000)]
(hexl-mode-map): Fix the change of 2001-08-23: use
make-keymap instead of copy-keymap, since copying the global
keymap messes up the menu bar.

22 years ago(Info-goto-node, Info-menu): Doc fix. Suggested by
Eli Zaretskii [Sat, 22 Sep 2001 15:10:59 +0000 (15:10 +0000)]
(Info-goto-node, Info-menu): Doc fix.  Suggested by
Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.

22 years agoRemove entries which don't belong here.
Eli Zaretskii [Sat, 22 Sep 2001 09:21:39 +0000 (09:21 +0000)]
Remove entries which don't belong here.

22 years agoMove the entry from the top-level ChangeLog file here.
Eli Zaretskii [Sat, 22 Sep 2001 09:20:49 +0000 (09:20 +0000)]
Move the entry from the top-level ChangeLog file here.

22 years agoPut Milan Zamazal's entry from 2001-09-13 here.
Eli Zaretskii [Sat, 22 Sep 2001 09:17:10 +0000 (09:17 +0000)]
Put Milan Zamazal's entry from 2001-09-13 here.

22 years ago(dired-insert-subdir): Pass switches to dired-build-subdir-alist.
Eli Zaretskii [Fri, 21 Sep 2001 16:45:34 +0000 (16:45 +0000)]
(dired-insert-subdir): Pass switches to dired-build-subdir-alist.

22 years ago(dired-build-subdir-alist): Accept optional arg SWITCHES.
Eli Zaretskii [Fri, 21 Sep 2001 16:41:58 +0000 (16:41 +0000)]
(dired-build-subdir-alist): Accept optional arg SWITCHES.

22 years ago(wait_for_termination) [POSIX_SIGNALS]: Terminate
Gerd Moellmann [Fri, 21 Sep 2001 14:09:22 +0000 (14:09 +0000)]
(wait_for_termination) [POSIX_SIGNALS]: Terminate
only if kill returns -1, and errno is ESRCH.

22 years agoAdd XIE.
Gerd Moellmann [Fri, 21 Sep 2001 13:39:07 +0000 (13:39 +0000)]
Add XIE.

22 years ago(time-stamp-string-preprocess): Fix bug that
Gerd Moellmann [Fri, 21 Sep 2001 09:09:04 +0000 (09:09 +0000)]
(time-stamp-string-preprocess): Fix bug that
caused %#a and %#b to be mis-formatted.

22 years ago(shortlisp): Add env. From Markus Rost.
Eli Zaretskii [Fri, 21 Sep 2001 07:45:37 +0000 (07:45 +0000)]
(shortlisp): Add env.  From Markus Rost.

22 years ago(Help): Mention C-h C-f and C-h C-k.
Eli Zaretskii [Thu, 20 Sep 2001 15:46:17 +0000 (15:46 +0000)]
(Help): Mention C-h C-f and C-h C-k.
(Misc Help): Explain that C-h C-k can be used for menu items, and that
C-h C-f and C-h C-k look in manuals other than the Emacs manual, not
only in the Emacs manual.

22 years agoAdd an Index and index all commands. This is so C-h C-f works.
Eli Zaretskii [Thu, 20 Sep 2001 15:43:41 +0000 (15:43 +0000)]
Add an Index and index all commands.  This is so C-h C-f works.