changeset 3084:a4341d92948a

(Info-edit, Info-last-search, Info-enable-edit): Correct case in `Info-mode-map'.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 May 1993 17:17:50 +0000
parents 59b8b6ac30e0
children cb714ea94b61
files lisp/info.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Tue May 25 16:56:15 1993 +0000
+++ b/lisp/info.el	Tue May 25 17:17:50 1993 +0000
@@ -32,7 +32,7 @@
 Each element of list is a list (FILENAME NODENAME BUFFERPOS).")
 
 (defvar Info-enable-edit nil
-  "*Non-nil means the \\<info-mode-map>\\[Info-edit] command in Info can edit the current node.
+  "*Non-nil means the \\<Info-mode-map>\\[Info-edit] command in Info can edit the current node.
 This is convenient if you want to write info files by hand.
 However, we recommend that you not do this.
 It is better to write a Texinfo file and generate the Info file from that,
@@ -496,7 +496,7 @@
 	(Info-restore-point (cdr hl)))))
 
 (defvar Info-last-search nil
-  "Default regexp for \\<info-mode-map>\\[Info-search] command to search for.")
+  "Default regexp for \\<Info-mode-map>\\[Info-search] command to search for.")
 
 (defun Info-search (regexp)
   "Search for REGEXP, starting from point, and select node it's found in."
@@ -1228,7 +1228,7 @@
   ;; Make mode line update.
   (set-buffer-modified-p (buffer-modified-p))
   (message (substitute-command-keys
-	     "Editing: Type \\<info-mode-map>\\[Info-cease-edit] to return to info")))
+	     "Editing: Type \\<Info-mode-map>\\[Info-cease-edit] to return to info")))
 
 (defun Info-cease-edit ()
   "Finish editing Info node; switch back to Info proper."