mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
*** empty log message ***
This commit is contained in:
parent
b70021f430
commit
8c59783a6a
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue