aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-21 12:09:10 +0200
committerLars Ingebrigtsen2019-09-21 12:09:10 +0200
commite9724b559ee8548983170155c472aa14792ff2fb (patch)
tree99dd7523a78ea0ac2317170e7251e9c6465da5fa
parent893111f48abd504208408904ea54bc487641756d (diff)
downloademacs-e9724b559ee8548983170155c472aa14792ff2fb.tar.gz
emacs-e9724b559ee8548983170155c472aa14792ff2fb.zip
Fix two ` characters in NEWS
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 82b8506ae0c..238ea840dde 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1481,7 +1481,7 @@ available for output of asynchronous shell commands.
1481--- 1481---
1482*** 'pcomplete/make' now completes on targets in included files, recursively. 1482*** 'pcomplete/make' now completes on targets in included files, recursively.
1483To recover the previous behavior, set new user option 1483To recover the previous behavior, set new user option
1484`pcmpl-gnu-makefile-includes' to nil. 1484'pcmpl-gnu-makefile-includes' to nil.
1485 1485
1486** Auth-source 1486** Auth-source
1487 1487
@@ -1491,7 +1491,7 @@ To recover the previous behavior, set new user option
1491*** .authinfo and .netrc files now use a new mode: 'authinfo-mode'. 1491*** .authinfo and .netrc files now use a new mode: 'authinfo-mode'.
1492This is just like 'fundamental-mode', except that it hides passwords 1492This is just like 'fundamental-mode', except that it hides passwords
1493under a "****" display property. When the cursor moves to this text, 1493under a "****" display property. When the cursor moves to this text,
1494the real password is revealed (via `reveal-mode'). 1494the real password is revealed (via 'reveal-mode').
1495 1495
1496** Tramp 1496** Tramp
1497 1497