diff options
| author | Glenn Morris | 2018-03-06 20:13:51 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-03-06 20:13:51 -0500 |
| commit | 19afff31c9340ba5c35504064fb0fadcc8a86aff (patch) | |
| tree | cbf19dd953c1ec9a34bfd127686a69d26717e53f /lisp | |
| parent | c797bc90f5c63ad5ad01c1caa54f6d236a283efe (diff) | |
| download | emacs-19afff31c9340ba5c35504064fb0fadcc8a86aff.tar.gz emacs-19afff31c9340ba5c35504064fb0fadcc8a86aff.zip | |
Replace some obsolete aliases in documentation
* doc/emacs/text.texi (Nroff Mode):
* doc/misc/efaq.texi (How to add fonts):
* lisp/gnus/nnheader.el (nnheader-insert-file-contents):
* lisp/progmodes/pascal.el (pascal-outline-mode):
Doc fixes re obsolete aliases.
; * src/frame.c (do_switch_frame): Comment.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/nnheader.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/pascal.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el index 14bd14924ff..77afb09a2a8 100644 --- a/lisp/gnus/nnheader.el +++ b/lisp/gnus/nnheader.el | |||
| @@ -945,7 +945,7 @@ first. Otherwise, find the newest one, though it may take a time." | |||
| 945 | "Like `insert-file-contents', q.v., but only reads in the file. | 945 | "Like `insert-file-contents', q.v., but only reads in the file. |
| 946 | A buffer may be modified in several ways after reading into the buffer due | 946 | A buffer may be modified in several ways after reading into the buffer due |
| 947 | to advanced Emacs features, such as file-name-handlers, format decoding, | 947 | to advanced Emacs features, such as file-name-handlers, format decoding, |
| 948 | find-file-hooks, etc. | 948 | find-file-hook, etc. |
| 949 | This function ensures that none of these modifications will take place." | 949 | This function ensures that none of these modifications will take place." |
| 950 | (let ((coding-system-for-read nnheader-file-coding-system)) | 950 | (let ((coding-system-for-read nnheader-file-coding-system)) |
| 951 | (mm-insert-file-contents filename visit beg end replace))) | 951 | (mm-insert-file-contents filename visit beg end replace))) |
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index 83f15d495b5..737dd9ea8a8 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el | |||
| @@ -1425,7 +1425,7 @@ Pascal Outline mode provides some additional commands. | |||
| 1425 | \\[pascal-show-all]\t- Show the whole buffer. | 1425 | \\[pascal-show-all]\t- Show the whole buffer. |
| 1426 | \\[pascal-hide-other-defuns]\ | 1426 | \\[pascal-hide-other-defuns]\ |
| 1427 | \t- Hide everything but the current function (function under the cursor). | 1427 | \t- Hide everything but the current function (function under the cursor). |
| 1428 | \\[pascal-outline]\t- Leave Pascal Outline mode." | 1428 | \\[pascal-outline-mode]\t- Leave Pascal Outline mode." |
| 1429 | :init-value nil :lighter " Outl" :keymap pascal-outline-map | 1429 | :init-value nil :lighter " Outl" :keymap pascal-outline-map |
| 1430 | (add-to-invisibility-spec '(pascal . t)) | 1430 | (add-to-invisibility-spec '(pascal . t)) |
| 1431 | (unless pascal-outline-mode | 1431 | (unless pascal-outline-mode |