diff options
| author | Stefan Monnier | 2015-07-06 13:25:26 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2015-07-06 13:25:26 -0400 |
| commit | 824fc04b660631e7ff976a36b7f70f7c3d5fc181 (patch) | |
| tree | a500a9e9ab7010e70e5bfb8b9b09c16fe58d7f9f /etc | |
| parent | 2a8dca13a7f5efd36390e5a93e55d3809f325c21 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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. |
| 88 | This is analogous to case-folding, but applies between Unicode | 90 | This is analogous to case-folding, but applies between Unicode |
| 89 | characters and their ASCII counterparts. This means many characters | 91 | characters and their ASCII counterparts. This means many characters |