# HG changeset patch # User Richard M. Stallman # Date 738350270 0 # Node ID a4341d92948a07c1b93da0e0aec6213bf1cac333 # Parent 59b8b6ac30e0350b2f4341bddf6e72891a91afa2 (Info-edit, Info-last-search, Info-enable-edit): Correct case in `Info-mode-map'. diff -r 59b8b6ac30e0 -r a4341d92948a lisp/info.el --- 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-edit] command in Info can edit the current node. + "*Non-nil means the \\\\[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-search] command to search for.") + "Default regexp for \\\\[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-cease-edit] to return to info"))) + "Editing: Type \\\\[Info-cease-edit] to return to info"))) (defun Info-cease-edit () "Finish editing Info node; switch back to Info proper."