]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary whitespaces.
authorPavel Janík <Pavel@Janik.cz>
Sat, 5 Jan 2002 19:02:27 +0000 (19:02 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 5 Jan 2002 19:02:27 +0000 (19:02 +0000)
lisp/abbrev.el
lisp/apropos.el

index ab0f715d27278b98985030a9c277f5fba07586d4..25bfcf705857c14aece64aeaae967260fc69a579 100644 (file)
@@ -28,7 +28,7 @@
 
 ;;; Code:
 
-(defcustom only-global-abbrevs nil 
+(defcustom only-global-abbrevs nil
   "*t means user plans to use global abbrevs only.
 This makes the commands that normally define mode-specific abbrevs
 define global abbrevs instead."
@@ -103,7 +103,7 @@ Otherwise display all abbrevs."
        (setq found (car tables)))
       (setq tables (cdr tables)))
     found))
-    
+
 (defun prepare-abbrev-list-buffer (&optional local)
   (save-excursion
     (let ((table local-abbrev-table))
@@ -254,7 +254,7 @@ Don't use this function in a Lisp program; use `define-abbrev' instead."
            (y-or-n-p (format "%s expands to \"%s\"; redefine? "
                              name (abbrev-expansion name table))))
        (define-abbrev table (downcase name) exp))))
-       
+
 (defun inverse-add-mode-abbrev (arg)
   "Define last word before point as a mode-specific abbrev.
 With prefix argument N, defines the Nth word before point.
@@ -263,7 +263,7 @@ Expands the abbreviation after defining it."
   (interactive "p")
   (inverse-add-abbrev
    (if only-global-abbrevs
-       global-abbrev-table 
+       global-abbrev-table
      (or local-abbrev-table
         (error "No per-mode abbrev table")))
    "Mode" arg))
index 3ad41627ece7b6f1f787fb3ab7bc713ed28de5ab..0fa0e83b82db8b33cade77cb4c9ad97c7f50bec8 100644 (file)
@@ -161,7 +161,7 @@ for the regexp; the part that matches gets displayed in this font."
   'action (lambda (button)
            (describe-function (button-get button 'apropos-symbol)))
   'help-echo "mouse-2, RET: Display more help on this command")
-  
+
 ;; We used to use `customize-variable-other-window' instead for a
 ;; customizable variable, but that is slow.  It is better to show an
 ;; ordinary help buffer and let the user click on the customization