]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Oct 1990 02:52:33 +0000 (02:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Oct 1990 02:52:33 +0000 (02:52 +0000)
lisp/man.el

index b04a59155a2a4ebd6433722b08f559caa4408d6d..10ee68a9589214f2e23f3336036f05018f28b203 100644 (file)
@@ -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))