diff options
| author | Jim Blandy | 1993-03-11 07:06:01 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-11 07:06:01 +0000 |
| commit | ffb34e78e772976460abfe617ebc9fa85e9975c5 (patch) | |
| tree | e75b2a07a22eb02ba14fc2d3615d64b39040f3cd | |
| parent | 9dfcfbc914bc755a2974bd6a01af2ff91b2eaa88 (diff) | |
| download | emacs-ffb34e78e772976460abfe617ebc9fa85e9975c5.tar.gz emacs-ffb34e78e772976460abfe617ebc9fa85e9975c5.zip | |
* resume.el: Doc fix.
| -rw-r--r-- | lisp/resume.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/resume.el b/lisp/resume.el index f2bb81cd239..b1e6a58122f 100644 --- a/lisp/resume.el +++ b/lisp/resume.el | |||
| @@ -81,7 +81,7 @@ | |||
| 81 | 81 | ||
| 82 | ;; Insert this in your .emacs file: | 82 | ;; Insert this in your .emacs file: |
| 83 | ;;(setq suspend-resume-hook 'resume-process-args) | 83 | ;;(setq suspend-resume-hook 'resume-process-args) |
| 84 | ;;(setq suspend-hook 'empty-args-file) | 84 | ;;(setq suspend-hooks 'empty-args-file) |
| 85 | ;;(autoload 'empty-args-file "resume") | 85 | ;;(autoload 'empty-args-file "resume") |
| 86 | ;;(autoload 'resume-process-args "resume") | 86 | ;;(autoload 'resume-process-args "resume") |
| 87 | 87 | ||