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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user