aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-06-22 06:39:46 +0000
committerGlenn Morris <[email protected]>2009-06-22 06:39:46 +0000
commitc346e888d5dac20fce62e047a66d925c5b4f49e5 (patch)
tree4ad39f12c717164b3140f43767b121dea382c827 /lisp
parentfca428feed2f9f6f94398134a98e15d052ce6ae0 (diff)
Fix comment typo.
Add arch-tag.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/fadr.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/fadr.el b/lisp/fadr.el
index cdbaa6c5e0..1bdf80268a 100644
--- a/lisp/fadr.el
+++ b/lisp/fadr.el
@@ -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