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:
parent
7c7c04c037
commit
604f7ca6ec
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue