From: Richard M. Stallman Date: Tue, 9 Oct 1990 02:52:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~15721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c59783a6a56fe7a9d330d3ce7f5019f4cf8a6ec;p=emacs.git *** empty log message *** --- diff --git a/lisp/man.el b/lisp/man.el index b04a59155a2..10ee68a9589 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -119,6 +119,9 @@ where SECTION is the desired section of the manual, as in `tty(4)'." (cond ((= preceding following) ;; x\bx (delete-char -2)) + ((and (= preceding ?o) (= following ?\+)) + ;; o\b+ + (delete-char -2)) ((= preceding ?\_) ;; _\b (delete-char -2))