diff options
| author | Chong Yidong | 2012-10-30 08:29:37 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-10-30 08:29:37 +0800 |
| commit | e29e39c9c6aee68a50fef5149cc3acdfa74fec72 (patch) | |
| tree | c88836ed25faf44771754698c5508fcffb2b96d7 /etc | |
| parent | fc83c2de544c15ce8e4e8fc7c6dd68cc4956a457 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -898,12 +898,15 @@ result in a warning ("Eager macro-expansion skipped due to cycle") | |||
| 898 | describing the cycle. | 898 | describing 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'. |