1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

* cedet/semantic/db-file.el (object-write): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2010-07-20 02:04:31 +02:00
parent 7c7c04c037
commit 604f7ca6ec
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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)