aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1990-10-09 02:52:33 +0000
committerRichard M. Stallman <[email protected]>1990-10-09 02:52:33 +0000
commit8c59783a6a56fe7a9d330d3ce7f5019f4cf8a6ec (patch)
tree62f1817f72ade4119b21cbdcb606a0578b7ab5fd /lisp
parentb70021f430514d779a4d0cd9577a4425683ad524 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/man.el3
1 files changed, 3 insertions, 0 deletions
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))