aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-06-10 02:44:48 +0000
committerStefan Monnier2008-06-10 02:44:48 +0000
commit1d69bd9baabc358cf979aa92fd9f1e6072a0fbf3 (patch)
tree3f5b4e92408f9d58053a0265f2bb64ef7ecb2745 /etc
parent9552dbd17d9c4c4f701e5f4b6155023dbf061cd0 (diff)
downloademacs-1d69bd9baabc358cf979aa92fd9f1e6072a0fbf3.tar.gz
emacs-1d69bd9baabc358cf979aa92fd9f1e6072a0fbf3.zip
(apropos-function, apropos-macro, apropos-command)
(apropos-variable, apropos-face, apropos-group, apropos-widget) (apropos-plist): Add apropos-short-label property. (apropos-multi-type): New variables. (apropos-command, apropos-value): Set it. (apropos-compact-layout): New custom. (apropos-print, apropos-print-doc): Use it. (apropos-print): Truncate lines.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9808e043e74..7b24a232f2d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -63,7 +63,9 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary.
63 63
64* Changes in Emacs 23.1 64* Changes in Emacs 23.1
65 65
66** `apropos-library' describes the elements defined in a given library. 66** Apropos
67*** `apropos-library' describes the elements defined in a given library.
68*** Set `apropos-compact-layout' is you want a more compact (but wider) layout.
67 69
68** scroll-preserve-screen-position also preserves the column position. 70** scroll-preserve-screen-position also preserves the column position.
69** Completion. 71** Completion.