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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue