diff options
author | Richard M. Stallman <rms@gnu.org> | 1990-10-09 02:52:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1990-10-09 02:52:33 +0000 |
commit | 5df3dc554619569ac7c6c056b7f4c0822c273ae9 (patch) | |
tree | 161684e2d725be6d27886689fd5bff70742e03de /lisp | |
parent | a14907c0d6c66ad305ad3a594341f37dba120949 (diff) | |
download | emacs-5df3dc554619569ac7c6c056b7f4c0822c273ae9.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/=man.el | 3 |
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)) |