]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Mon, 22 Jun 2009 06:39:46 +0000 (06:39 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 22 Jun 2009 06:39:46 +0000 (06:39 +0000)
Add arch-tag.

lisp/fadr.el

index cdbaa6c5e0585f2a3c28229811bdb335f7a684a2..1bdf80268a0bc7b94976b4a7060b36111a369624 100644 (file)
@@ -1,4 +1,4 @@
-;;; fadr.el --- convinient access to recursive list structures
+;;; fadr.el --- convenient access to recursive list structures
 
 ;; Copyright (C) 2009 Free Software Foundation, Inc.
 
@@ -24,7 +24,7 @@
 ;; plain lists using a compact notation.
 ;;
 ;; Consider the following list:
-;; 
+;;
 ;;     (setq basket '((apples . (((color . green) (taste . delicious)) ((color . red) (taste . disgusting))))))
 ;;
 ;; Its contents may be accessed using `fadr-member':
@@ -159,4 +159,6 @@ OBJECT."
     (fadr-expand new-string object)))
 
 (provide 'fadr)
+
+;; arch-tag: 4edced02-a5c3-4516-b278-3f85a12146ea
 ;;; fadr.el ends here