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:
parent
b70021f430
commit
8c59783a6a
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue