emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a4c0ea395b 1/2: Remove superfluous installation instructions


From: Stefan Kangas
Subject: master a4c0ea395b 1/2: Remove superfluous installation instructions
Date: Thu, 21 Jul 2022 02:45:37 -0400 (EDT)

branch: master
commit a4c0ea395bdf95b00d25f42b25335a43161a9eb4
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Remove superfluous installation instructions
    
    These functions are already autoloaded.
    * lisp/mail/mspools.el:
    * lisp/progmodes/opascal.el:
    * lisp/textmodes/remember.el:
    * lisp/woman.el: Remove superfluous installation instructions.
---
 lisp/mail/mspools.el       | 1 -
 lisp/progmodes/opascal.el  | 1 -
 lisp/textmodes/remember.el | 2 --
 lisp/woman.el              | 4 +---
 4 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el
index 2c3851f835..4dcde0d354 100644
--- a/lisp/mail/mspools.el
+++ b/lisp/mail/mspools.el
@@ -55,7 +55,6 @@
 ;; `mspools-using-vm' for details.
 
 ;;; Basic installation.
-;; (autoload 'mspools-show "mspools" "Show outstanding mail spools." t)
 ;; (setq mspools-folder-directory "~/MAIL/")
 ;;
 ;; If you use VM, mspools-folder-directory will default to vm-folder-directory
diff --git a/lisp/progmodes/opascal.el b/lisp/progmodes/opascal.el
index 63399adf3a..5ed719b5a7 100644
--- a/lisp/progmodes/opascal.el
+++ b/lisp/progmodes/opascal.el
@@ -29,7 +29,6 @@
 ;; .pas (and .dpr and .dpk) files.  Emacs, by default, will otherwise
 ;; enter Pascal mode.  For example:
 ;;
-;; (autoload 'opascal-mode "opascal")
 ;; (add-to-list 'auto-mode-alist
 ;;              '("\\.\\(pas\\|dpr\\|dpk\\)\\'" . opascal-mode))
 
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el
index f7ebe04bcf..9ec7517418 100644
--- a/lisp/textmodes/remember.el
+++ b/lisp/textmodes/remember.el
@@ -129,8 +129,6 @@
 ;; To map the primary remember function to the keystroke F8, do the
 ;; following.
 ;;
-;;   (autoload 'remember "remember" nil t)
-;;
 ;;   (define-key global-map [f8] 'remember)
 ;;
 ;; * Feedback
diff --git a/lisp/woman.el b/lisp/woman.el
index c74faa8af4..d8743c7fac 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -84,9 +84,7 @@
 ;; for temporary files outside the standard UN*X manual directory
 ;; structure.
 
-;; Or (3): Put the next two sexpr's in your .emacs:
-;; (autoload 'woman-dired-find-file "woman"
-;;   "In dired, run the WoMan man-page browser on this file." t)
+;; Or (3): Put this in your init file:
 ;; (add-hook 'dired-mode-hook
 ;;          (lambda ()
 ;;            (define-key dired-mode-map "W" 'woman-dired-find-file)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]