# HG changeset patch # User Richard M. Stallman # Date 670880788 0 # Node ID 5ed62d0099e4408c6c439201574fcb4a8f067084 # Parent 7faa1846e8f8da26be5af4e4bd110828dc8862c3 *** empty log message *** diff -r 7faa1846e8f8 -r 5ed62d0099e4 lisp/=man.el --- a/lisp/=man.el Thu Apr 04 19:56:21 1991 +0000 +++ b/lisp/=man.el Fri Apr 05 19:46:28 1991 +0000 @@ -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 @@ (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)"