aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-10-30 08:29:37 +0800
committerChong Yidong2012-10-30 08:29:37 +0800
commite29e39c9c6aee68a50fef5149cc3acdfa74fec72 (patch)
treec88836ed25faf44771754698c5508fcffb2b96d7 /etc
parentfc83c2de544c15ce8e4e8fc7c6dd68cc4956a457 (diff)
downloademacs-e29e39c9c6aee68a50fef5149cc3acdfa74fec72.tar.gz
emacs-e29e39c9c6aee68a50fef5149cc3acdfa74fec72.zip
Document more Emacs 24.3 changes.
* frames.texi (Visibility of Frames): Document tty-top-frame. * loading.texi (Autoload): Document autoloadp, autoload-do-load. * symbols.texi (Symbol Plists): Document function-get.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2166e1d7658..a6d6b1c5eeb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -898,12 +898,15 @@ result in a warning ("Eager macro-expansion skipped due to cycle")
898describing the cycle. 898describing the cycle.
899 899
900** Miscellaneous new functions: 900** Miscellaneous new functions:
901 901+++
902*** `autoloadp' 902*** `autoloadp'
903+++
903*** `autoload-do-load' 904*** `autoload-do-load'
904+++ 905+++
905*** `buffer-narrowed-p' tests if the buffer is narrowed. 906*** `buffer-narrowed-p' tests if the buffer is narrowed.
907+++
906*** `file-name-base' returns a file name sans directory and extension. 908*** `file-name-base' returns a file name sans directory and extension.
909+++
907*** `function-get' fetches a function property, following aliases. 910*** `function-get' fetches a function property, following aliases.
908+++ 911+++
909*** `posnp' tests if an object is a `posn'. 912*** `posnp' tests if an object is a `posn'.
@@ -912,6 +915,7 @@ describing the cycle.
912*** `system-users' returns the user names on the system. 915*** `system-users' returns the user names on the system.
913+++ 916+++
914*** `system-groups' returns the group names on the system. 917*** `system-groups' returns the group names on the system.
918+++
915*** `tty-top-frame' returns the topmost frame of a text terminal. 919*** `tty-top-frame' returns the topmost frame of a text terminal.
916 920
917** New macros `setq-local' and `defvar-local'. 921** New macros `setq-local' and `defvar-local'.