summaryrefslogtreecommitdiff
path: root/lisp/=man.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1990-10-09 02:52:33 +0000
committerRichard M. Stallman <rms@gnu.org>1990-10-09 02:52:33 +0000
commit5df3dc554619569ac7c6c056b7f4c0822c273ae9 (patch)
tree161684e2d725be6d27886689fd5bff70742e03de /lisp/=man.el
parenta14907c0d6c66ad305ad3a594341f37dba120949 (diff)
downloademacs-5df3dc554619569ac7c6c056b7f4c0822c273ae9.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/=man.el')
-rw-r--r--lisp/=man.el3
1 files changed, 3 insertions, 0 deletions
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))