From 8c59783a6a56fe7a9d330d3ce7f5019f4cf8a6ec Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Oct 1990 02:52:33 +0000 Subject: [PATCH] *** empty log message *** --- lisp/man.el | 3 +++ 1 file changed, 3 insertions(+) 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)) -- 2.11.4.GIT