diff options
| author | Glenn Morris | 2018-03-07 15:41:29 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-03-07 15:41:29 -0500 |
| commit | 6bcb48cf274fb1dd290b305e0ef01fbc1dbbaf66 (patch) | |
| tree | e57f51c629df0d94b42197959ed305903020f693 /lisp/mh-e | |
| parent | 317da2ace54e971c788d4718874df957d3d1c549 (diff) | |
| download | emacs-6bcb48cf274fb1dd290b305e0ef01fbc1dbbaf66.tar.gz emacs-6bcb48cf274fb1dd290b305e0ef01fbc1dbbaf66.zip | |
Replace some obsolete aliases in documentation
* doc/misc/efaq-w32.texi (Incoming mail with Rmail):
* doc/misc/speedbar.texi (Major Display Modes):
* lisp/mh-e/mh-folder.el (mh-restore-desktop-buffer):
Doc fixes re obsolete aliases.
; * lisp/autoinsert.el (auto-insert):
; * lisp/ffap.el (ffap-newfile-prompt):
; * lisp/woman.el (woman-insert-file-contents): Comment fixes.
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/mh-folder.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el index 23cc2baab79..82e28e8741d 100644 --- a/lisp/mh-e/mh-folder.el +++ b/lisp/mh-e/mh-folder.el | |||
| @@ -88,7 +88,7 @@ the MH mail system." | |||
| 88 | When desktop creates a buffer, DESKTOP-BUFFER-FILE-NAME holds the | 88 | When desktop creates a buffer, DESKTOP-BUFFER-FILE-NAME holds the |
| 89 | file name to visit, DESKTOP-BUFFER-NAME holds the desired buffer | 89 | file name to visit, DESKTOP-BUFFER-NAME holds the desired buffer |
| 90 | name, and DESKTOP-BUFFER-MISC holds a list of miscellaneous info | 90 | name, and DESKTOP-BUFFER-MISC holds a list of miscellaneous info |
| 91 | used by the `desktop-buffer-handlers' functions." | 91 | used by the `desktop-buffer-mode-handlers' functions." |
| 92 | (mh-find-path) | 92 | (mh-find-path) |
| 93 | (mh-visit-folder desktop-buffer-name) | 93 | (mh-visit-folder desktop-buffer-name) |
| 94 | (current-buffer)) | 94 | (current-buffer)) |