1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -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

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