1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-07 16:10:46 -08:00
emacs/doc
Charles A. Roelli 0965d94ca4 Allow toggling Grep command abbreviation, and rename related symbols
* lisp/progmodes/grep.el (grep-find-hide): Rename 'grep-find-hide'
to 'grep-find-abbreviate'.
(grep-find-hide-properties): Rename to
'grep-find-abbreviate-properties'.
(grep-mode-font-lock-keywords): Even when 'grep-find-abbreviate'
is nil, fontify the verbose command options with property
'abbreviated-command', so that the toggling command can later find
these parts without refontifying.
(grep-find-show): Rename to 'grep-find-toggle-abbreviation',
simplify the code, and permit toggling the hidden command options.
(grep-mode-map): Add a menu-bar item and new separator for
'grep-find-toggle-abbreviation', and fix the incumbent separators
in the "Grep" menu-bar, of which only one was showing before this
commit, even though two were specified.
* etc/NEWS (grep):
* doc/emacs/building.texi (Grep Searching): Document these
changes, and mention 'grep-find-toggle-abbreviation'.
2018-03-11 14:56:00 +01:00
..
emacs Allow toggling Grep command abbreviation, and rename related symbols 2018-03-11 14:56:00 +01:00
lispintro Merge from origin/emacs-26 2018-02-28 09:40:40 -08:00
lispref Merge from origin/emacs-26 2018-03-10 18:30:54 -08:00
man etags(1): fix formatting problem 2018-01-19 14:18:09 +00:00
misc Add missing findex entries for recently removed kindex entries 2018-03-08 19:59:10 -08:00