summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1991-04-05 19:46:28 +0000
committerRichard M. Stallman <rms@gnu.org>1991-04-05 19:46:28 +0000
commit1d4094215913ee58f3d407b33f465158512afab2 (patch)
tree6f95d897f851767a869d4c181d9a5f7448c77754
parent5ca4927a1b19097a5b574835ed4f0f4cd31cf9d8 (diff)
downloademacs-1d4094215913ee58f3d407b33f465158512afab2.tar.gz
*** empty log message ***
-rw-r--r--lisp/man.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 10ee68a9589..a663373dea4 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -20,7 +20,7 @@
(defun manual-entry (topic &optional section)
"Display the Unix manual entry for TOPIC.
TOPIC is either the title of the entry, or has the form TITLE(SECTION)
-where SECTION is the desired section of the manual, as in `tty(4)'."
+where SECTION is the desired section of the manual, as in \"tty(4)\"."
(interactive "sManual entry (topic): ")
(if (= (length topic) 0)
(error "Must specify topic"))
@@ -93,7 +93,7 @@ where SECTION is the desired section of the manual, as in `tty(4)'."
(view-mode nil 'bury-buffer)
(message ""))))
-;; Hint: BS stands form more things than "back space"
+;; Hint: BS stands for more things than "back space"
(defun nuke-nroff-bs ()
(interactive "*")
;; Nuke headers: "MORE(1) UNIX Programmer's Manual MORE(1)"