Mercurial > emacs
changeset 109337:6f6d05f979a2
* cedet/semantic/db-file.el (object-write): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 20 Jul 2010 02:04:31 +0200 |
parents | e510f7e2723a |
children | fc5ebbbba4f3 |
files | lisp/ChangeLog lisp/cedet/semantic/db-file.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 19 12:42:22 2010 +0200 +++ b/lisp/ChangeLog Tue Jul 20 02:04:31 2010 +0200 @@ -1,3 +1,7 @@ +2010-07-20 Juanma Barranquero <lekktu@gmail.com> + + * cedet/semantic/db-file.el (object-write): Fix typo in docstring. + 2010-07-19 Juanma Barranquero <lekktu@gmail.com> * time.el (display-time-day-and-date): Remove spurious * in docstring.
--- a/lisp/cedet/semantic/db-file.el Mon Jul 19 12:42:22 2010 +0200 +++ b/lisp/cedet/semantic/db-file.el Tue Jul 20 02:04:31 2010 +0200 @@ -277,7 +277,7 @@ (defmethod object-write ((obj semanticdb-table)) "When writing a table, we have to make sure we deoverlay it first. -Restore the overlays after writting. +Restore the overlays after writing. Argument OBJ is the object to write." (when (semanticdb-live-p obj) (when (semanticdb-in-buffer-p obj)