aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2015-07-06 13:25:26 -0400
committerStefan Monnier2015-07-06 13:25:26 -0400
commit824fc04b660631e7ff976a36b7f70f7c3d5fc181 (patch)
treea500a9e9ab7010e70e5bfb8b9b09c16fe58d7f9f /etc
parent2a8dca13a7f5efd36390e5a93e55d3809f325c21 (diff)
downloademacs-824fc04b660631e7ff976a36b7f70f7c3d5fc181.tar.gz
emacs-824fc04b660631e7ff976a36b7f70f7c3d5fc181.zip
(describe-symbol): Rewrite describe-function-or-variable
* lisp/help-fns.el (describe-symbol-backends): New var. (help-xref-stack-item): Declare. (describe-symbol): Rename from describe-function-or-variable. Rewrite using describe-symbol-backends instead of help-xref-interned. * lisp/help.el (help-map): Use it. * lisp/help-mode.el (help-symbol, help-follow-symbol): Use it. (help-xref-interned): Make it into an obsolete alias.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7717fd02433..3ef5f824fd0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -84,6 +84,8 @@ command line when `initial-buffer-choice' is non-nil.
84 84
85* Changes in Emacs 25.1 85* Changes in Emacs 25.1
86 86
87** New doc command `describe-symbol'. Works for functions, vars, faces, etc...
88
87** `isearch' and `query-replace' now perform character folding in matches. 89** `isearch' and `query-replace' now perform character folding in matches.
88This is analogous to case-folding, but applies between Unicode 90This is analogous to case-folding, but applies between Unicode
89characters and their ASCII counterparts. This means many characters 91characters and their ASCII counterparts. This means many characters