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:
parent
7c7c04c037
commit
604f7ca6ec
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
2010-07-19 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
* time.el (display-time-day-and-date): Remove spurious * in docstring.
|
* time.el (display-time-day-and-date): Remove spurious * in docstring.
|
||||||
|
|
|
||||||
|
|
@ -277,7 +277,7 @@ to prevent overload.")
|
||||||
|
|
||||||
(defmethod object-write ((obj semanticdb-table))
|
(defmethod object-write ((obj semanticdb-table))
|
||||||
"When writing a table, we have to make sure we deoverlay it first.
|
"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."
|
Argument OBJ is the object to write."
|
||||||
(when (semanticdb-live-p obj)
|
(when (semanticdb-live-p obj)
|
||||||
(when (semanticdb-in-buffer-p obj)
|
(when (semanticdb-in-buffer-p obj)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue