diff options
| author | Chong Yidong | 2011-12-12 15:25:58 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-12-12 15:25:58 +0800 |
| commit | 29eabb8efff24750fd18b98d2e4217e04abcb4ab (patch) | |
| tree | ee74a57f85796096684ebbb67363fa592caac013 /etc | |
| parent | 333f9019e29e9b6de3a7ec07448be1d364ba540b (diff) | |
| download | emacs-29eabb8efff24750fd18b98d2e4217e04abcb4ab.tar.gz emacs-29eabb8efff24750fd18b98d2e4217e04abcb4ab.zip | |
More updates to Building chapter of Emacs manual.
* doc/emacs/building.texi (Executing Lisp): Fix xref for C-M-x.
(Lisp Libraries): Add xref to node explaining `load' in Lisp
manual. Note that load-path is not customizable.
(Lisp Eval): Note that listed commands are available globally.
Explain the meaning of "defun" in the C-M-x context.
(Lisp Interaction): Copyedits.
(External Lisp): Fix name of inferior Lisp buffer. Mention Scheme.
(Compilation): Define "inferior process".
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -570,6 +570,7 @@ region (or with the left margin if there is no previous line). | |||
| 570 | ** browse-url has a new variable `browse-url-mailto-function' | 570 | ** browse-url has a new variable `browse-url-mailto-function' |
| 571 | specifies how mailto: URLs are handled. The default is `browse-url-mail'. | 571 | specifies how mailto: URLs are handled. The default is `browse-url-mail'. |
| 572 | 572 | ||
| 573 | --- | ||
| 573 | ** BibTeX mode | 574 | ** BibTeX mode |
| 574 | 575 | ||
| 575 | *** BibTeX mode now supports biblatex. | 576 | *** BibTeX mode now supports biblatex. |
| @@ -625,7 +626,7 @@ view-diary-entries, list-diary-entries, show-all-diary-entries | |||
| 625 | ** comint and modes derived from it use the generic completion code. | 626 | ** comint and modes derived from it use the generic completion code. |
| 626 | 627 | ||
| 627 | ** Compilation mode | 628 | ** Compilation mode |
| 628 | 629 | --- | |
| 629 | *** Compilation mode can be used without font-lock-mode. | 630 | *** Compilation mode can be used without font-lock-mode. |
| 630 | `compilation-parse-errors-function' is now obsolete. | 631 | `compilation-parse-errors-function' is now obsolete. |
| 631 | 632 | ||