]> git.eshelyaron.com Git - emacs.git/commitdiff
* bookmark.el: Shorten some comments to fit within 80 lines.
authorKarl Fogel <kfogel@red-bean.com>
Fri, 13 Jul 2007 18:18:04 +0000 (18:18 +0000)
committerKarl Fogel <kfogel@red-bean.com>
Fri, 13 Jul 2007 18:18:04 +0000 (18:18 +0000)
lisp/ChangeLog
lisp/bookmark.el

index 942f4468451e6919eb788beb77974708f0fc69be..010b2db64c19cf482c230bc0bdfc0672b47957f4 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-13  Karl Fogel  <kfogel@red-bean.com>
+
+       * bookmark.el: Shorten some comments to fit within 80 lines.
+
 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
 
        * bookmark.el: Don't define bookmark keys under the "C-xr" map;
index 156e8affaa5f403cfbe14ab03fb394aee41a5b86..ba0f93854b3de210156c5a8115435eaf6ca8a38e 100644 (file)
@@ -238,12 +238,12 @@ functions have a binding in this keymap.")
 
 ;; Read the help on all of these functions for details...
 ;;;###autoload (define-key bookmark-map "x" 'bookmark-set)
-;;;###autoload (define-key bookmark-map "m" 'bookmark-set) ; "m" for "mark"
+;;;###autoload (define-key bookmark-map "m" 'bookmark-set) ;"m"ark
 ;;;###autoload (define-key bookmark-map "j" 'bookmark-jump)
-;;;###autoload (define-key bookmark-map "g" 'bookmark-jump) ; "g" for "go"
+;;;###autoload (define-key bookmark-map "g" 'bookmark-jump) ;"g"o
 ;;;###autoload (define-key bookmark-map "i" 'bookmark-insert)
 ;;;###autoload (define-key bookmark-map "e" 'edit-bookmarks)
-;;;###autoload (define-key bookmark-map "f" 'bookmark-insert-location) ; "f" for "find"
+;;;###autoload (define-key bookmark-map "f" 'bookmark-insert-location) ;"f"ind
 ;;;###autoload (define-key bookmark-map "r" 'bookmark-rename)
 ;;;###autoload (define-key bookmark-map "d" 'bookmark-delete)
 ;;;###autoload (define-key bookmark-map "l" 'bookmark-load)