From: Juanma Barranquero Date: Tue, 20 Jul 2010 00:04:31 +0000 (+0200) Subject: * cedet/semantic/db-file.el (object-write): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.2.90~139^2~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=604f7ca6ec1d91a13a77f7338c1866d23e5434dd;p=emacs.git * cedet/semantic/db-file.el (object-write): Fix typo in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05f72778b4f..96a55e15dd5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-07-20 Juanma Barranquero + + * cedet/semantic/db-file.el (object-write): Fix typo in docstring. + 2010-07-19 Juanma Barranquero * time.el (display-time-day-and-date): Remove spurious * in docstring. diff --git a/lisp/cedet/semantic/db-file.el b/lisp/cedet/semantic/db-file.el index 85b0d75338d..95d634920b5 100644 --- a/lisp/cedet/semantic/db-file.el +++ b/lisp/cedet/semantic/db-file.el @@ -277,7 +277,7 @@ to prevent overload.") (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)