Mercurial > emacs
changeset 67482:c91001adb561
(help-for-help-internal): Add `r' in doc string.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 10 Dec 2005 17:20:10 +0000 |
parents | 58fa3493b643 |
children | b6000aca7291 |
files | lisp/ChangeLog lisp/help.el |
diffstat | 2 files changed, 11 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 10 12:35:47 2005 +0000 +++ b/lisp/ChangeLog Sat Dec 10 17:20:10 2005 +0000 @@ -1,3 +1,7 @@ +2005-12-10 Romain Francoise <romain@orebokech.com> + + * help.el (help-for-help-internal): Add `r' in doc string. + 2005-12-10 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> * align.el (align-regexp, align-highlight-rule): Use @@ -5,7 +9,7 @@ repetition (with `repeat-complex-command') recomputes the region bounds. -2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se> +2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se> * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub) (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir) @@ -14,11 +18,11 @@ 2005-12-10 David Koppelman <koppel@ece.lsu.edu> - * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode; + * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode; react if global-hi-lock-mode seems intended. (global-hi-lock-mode) Renamed from hi-lock-mode. (hi-lock-archaic-interface-message-used) - (hi-lock-archaic-interface-deduce): New variables. + (hi-lock-archaic-interface-deduce): New variables. (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer) (hi-lock-face-buffer, hi-lock-face-phrase-buffer) (hi-lock-find-patterns, hi-lock-font-lock-hook): Replace @@ -78,7 +82,7 @@ 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de> * files.el (save-buffer): - * international/ucs-tables.el (ucs-set-table-for-input): + * international/ucs-tables.el (ucs-set-table-for-input): * mail/mail-extr.el (mail-extract-address-components): * mail/sendmail.el (mail-mode): Reformat doc string. @@ -278,7 +282,7 @@ 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> * progmodes/cc-mode.el: Give c-hungry-backspace and - c-hungry-delete-forward permanent key bindings. + c-hungry-delete-forward permanent key bindings. * progmodes/cc-cmds.el (c-electric-semi&comma): Bind c-syntactic-context for calls to "criteria functions", for
--- a/lisp/help.el Sat Dec 10 12:35:47 2005 +0000 +++ b/lisp/help.el Sat Dec 10 17:20:10 2005 +0000 @@ -178,7 +178,7 @@ (defalias 'help-for-help 'help-for-help-internal) ;; It can't find this, but nobody will look. (make-help-screen help-for-help-internal - "a b c C e f F i I k C-k l L m p s t v w C-c C-d C-f C-n C-p C-t C-w . or ? :" + "a b c C e f F i I k C-k l L m p r s t v w C-c C-d C-f C-n C-p C-t C-w . or ? :" "You have typed %THIS-KEY%, the help character. Type a Help option: \(Use SPC or DEL to scroll through this text. Type \\<help-map>\\[help-quit] to exit the Help command.) @@ -217,6 +217,7 @@ and the current major mode, including their special commands. n view-emacs-news. Display news of recent Emacs changes. p finder-by-keyword. Find packages matching a given topic keyword. +r info-emacs-manual. Display the Emacs manual in Info mode. s describe-syntax. Display contents of syntax table, plus explanations. S info-lookup-symbol. Display the definition of a specific symbol as found in the manual for the language this buffer is written in.