emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99409: (aelement): Fix typo in previ


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99409: (aelement): Fix typo in previous.
Date: Sat, 23 Jan 2010 19:58:14 -0800
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99409
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-01-23 19:58:14 -0800
message:
  (aelement): Fix typo in previous.
modified:
  lisp/emacs-lisp/assoc.el
=== modified file 'lisp/emacs-lisp/assoc.el'
--- a/lisp/emacs-lisp/assoc.el  2010-01-23 22:46:32 +0000
+++ b/lisp/emacs-lisp/assoc.el  2010-01-24 03:58:14 +0000
@@ -1,7 +1,7 @@
 ;;; assoc.el --- insert/delete/sort functions on association lists
 
-;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+;;   2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Barry A. Warsaw <address@hidden>
 ;; Keywords: extensions
@@ -42,7 +42,7 @@
 
 (defun aelement (key value)
   "Make a list of a cons cell containing car of KEY and cdr of VALUE.
-The returned list is suitable for concatanating with an existing
+The returned list is suitable for concatenating with an existing
 alist, via `nconc'."
   (list (cons key value)))
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]