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: https://code.delx.au/gnu-emacs/commitdiff_plain/8c59783a6a56fe7a9d330d3ce7f5019f4cf8a6ec *** empty log message *** --- diff --git a/lisp/man.el b/lisp/man.el index b04a59155a..10ee68a958 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))