# HG changeset patch # User Glenn Morris # Date 1245652786 0 # Node ID f1303f5d7a0d5a645574d1f5485a6ae978f7aec8 # Parent 86bae2607f554fe2de34fa0d610a07e40e7cbb62 Fix comment typo. Add arch-tag. diff -r 86bae2607f55 -r f1303f5d7a0d lisp/fadr.el --- a/lisp/fadr.el Mon Jun 22 06:36:49 2009 +0000 +++ b/lisp/fadr.el Mon Jun 22 06:39:46 2009 +0000 @@ -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 @@ (fadr-expand new-string object))) (provide 'fadr) + +;; arch-tag: 4edced02-a5c3-4516-b278-3f85a12146ea ;;; fadr.el ends here