diff options
| author | Juanma Barranquero | 2011-11-12 00:17:16 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-12 00:17:16 +0100 |
| commit | 40a8bdf60f261d476869cdb1276a00e5641ceba4 (patch) | |
| tree | 488dedb136898934dfab888db07493ac31a0cfb6 /lisp/cedet/srecode | |
| parent | 97f18cc83d911b1722e00a2558cdff6532c3860a (diff) | |
| download | emacs-40a8bdf60f261d476869cdb1276a00e5641ceba4.tar.gz emacs-40a8bdf60f261d476869cdb1276a00e5641ceba4.zip | |
Fix typos.
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/getset.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/getset.el b/lisp/cedet/srecode/getset.el index a582d4ff59e..9a6c27dcd73 100644 --- a/lisp/cedet/srecode/getset.el +++ b/lisp/cedet/srecode/getset.el | |||
| @@ -215,7 +215,7 @@ INCLASS specifies if the cursor is already in CLASS or not." | |||
| 215 | (when (not te) | 215 | (when (not te) |
| 216 | (message "Unknown location for tag-end in %s:" (semantic-tag-name aftertag))) | 216 | (message "Unknown location for tag-end in %s:" (semantic-tag-name aftertag))) |
| 217 | (goto-char te) | 217 | (goto-char te) |
| 218 | ;; If there is a comment immediatly after aftertag, skip over it. | 218 | ;; If there is a comment immediately after aftertag, skip over it. |
| 219 | (when (looking-at (concat "\\s-*\n?\\s-*" semantic-lex-comment-regex)) | 219 | (when (looking-at (concat "\\s-*\n?\\s-*" semantic-lex-comment-regex)) |
| 220 | (let ((pos (point)) | 220 | (let ((pos (point)) |
| 221 | (rnext (semantic-find-tag-by-overlay-next (point)))) | 221 | (rnext (semantic-find-tag-by-overlay-next (point)))) |