1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 1990-10-09 02:52:33 +00:00
parent b70021f430
commit 8c59783a6a

View 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))