aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRobert Brown (tiny change) <[email protected]>2014-06-19 10:03:45 -0400
committerStefan Monnier <[email protected]>2014-06-19 10:03:45 -0400
commit96db005527ef9d9c45c5ec8e91b01e91ee37a7fd (patch)
tree9c60f1c41d1537d22f06fec7dd8cdb3608528e9c /etc
parent483d1ab6c84b2d6c7169870d99abf7e2a10dab31 (diff)
* etc/NEWS: New Tramp method "nc".
* lisp/emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun. (lisp-string-in-doc-position-p): New function, extracted from lisp-font-lock-syntactic-face-function. (lisp-font-lock-syntactic-face-function): Use them. Fixes: debbugs:9130
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bd928c2537..f9cb42e2d2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -72,6 +72,9 @@ performance improvements when pasting large amounts of text.
* Changes in Specialized Modes and Packages in Emacs 24.5
+** Lisp mode
+*** Strings after `:documentation' are highlighted as docstrings.
+
** Rectangle editing
*** Rectangle Mark mode can have corners past EOL or in the middle of a TAB.
*** C-x C-x in rectangle-mark-mode now cycles through the four corners.