diff options
| author | Juanma Barranquero | 2010-07-20 02:04:31 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-20 02:04:31 +0200 |
| commit | 604f7ca6ec1d91a13a77f7338c1866d23e5434dd (patch) | |
| tree | e7d501c6713e7cc61a1f14a1aed7f6e6a250f9c1 | |
| parent | 7c7c04c037f2280f01f7e088b6f7b491d0d0f150 (diff) | |
| download | emacs-604f7ca6ec1d91a13a77f7338c1866d23e5434dd.tar.gz emacs-604f7ca6ec1d91a13a77f7338c1866d23e5434dd.zip | |
* cedet/semantic/db-file.el (object-write): Fix typo in docstring.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/db-file.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05f72778b4f..96a55e15dd5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * cedet/semantic/db-file.el (object-write): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2010-07-19 Juanma Barranquero <lekktu@gmail.com> | 5 | 2010-07-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * time.el (display-time-day-and-date): Remove spurious * in docstring. | 7 | * 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.") | |||
| 277 | 277 | ||
| 278 | (defmethod object-write ((obj semanticdb-table)) | 278 | (defmethod object-write ((obj semanticdb-table)) |
| 279 | "When writing a table, we have to make sure we deoverlay it first. | 279 | "When writing a table, we have to make sure we deoverlay it first. |
| 280 | Restore the overlays after writting. | 280 | Restore the overlays after writing. |
| 281 | Argument OBJ is the object to write." | 281 | Argument OBJ is the object to write." |
| 282 | (when (semanticdb-live-p obj) | 282 | (when (semanticdb-live-p obj) |
| 283 | (when (semanticdb-in-buffer-p obj) | 283 | (when (semanticdb-in-buffer-p obj) |