mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Improve 'compilation-hidden-output' docstring
* lisp/progmodes/compile.el (compilation-hidden-output): Escape the newline so the example value is more suitable for copying.
This commit is contained in:
parent
d50293b0f1
commit
a73d08bb67
|
|
@ -95,8 +95,8 @@ like.
|
|||
For instance, to hide the verbose output from recursive
|
||||
makefiles, you can say something like:
|
||||
|
||||
(setq compilation-hidden-output
|
||||
\\='(\"^make[^\n]+\n\"))"
|
||||
(setopt compilation-hidden-output
|
||||
\\='(\"^make[^\\n]+\\n\"))"
|
||||
:type '(choice regexp
|
||||
(repeat regexp))
|
||||
:version "29.1")
|
||||
|
|
|
|||
Loading…
Reference in a new issue