diff options
| author | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
| commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
| tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /lisp/cedet/data-debug.el | |
| parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
| download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip | |
Fix typos.
Diffstat (limited to 'lisp/cedet/data-debug.el')
| -rw-r--r-- | lisp/cedet/data-debug.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/data-debug.el b/lisp/cedet/data-debug.el index e50e9993af0..329d1c608c2 100644 --- a/lisp/cedet/data-debug.el +++ b/lisp/cedet/data-debug.el | |||
| @@ -916,7 +916,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing." | |||
| 916 | (skip-chars-forward " *-><[]" (point-at-eol))) | 916 | (skip-chars-forward " *-><[]" (point-at-eol))) |
| 917 | 917 | ||
| 918 | (defun data-debug-prev () | 918 | (defun data-debug-prev () |
| 919 | "Go to the next line in the Ddebug buffer." | 919 | "Go to the previous line in the Ddebug buffer." |
| 920 | (interactive) | 920 | (interactive) |
| 921 | (forward-line -1) | 921 | (forward-line -1) |
| 922 | (beginning-of-line) | 922 | (beginning-of-line) |
| @@ -972,7 +972,7 @@ Do nothing if already expanded." | |||
| 972 | 972 | ||
| 973 | (defun data-debug-contract-current-line () | 973 | (defun data-debug-contract-current-line () |
| 974 | "Contract the current line (if possible). | 974 | "Contract the current line (if possible). |
| 975 | Do nothing if already expanded." | 975 | Do nothing if already contracted." |
| 976 | (when (and (data-debug-current-line-expanded-p) | 976 | (when (and (data-debug-current-line-expanded-p) |
| 977 | ;; Don't contract if the current line is not expandable. | 977 | ;; Don't contract if the current line is not expandable. |
| 978 | (get-text-property (point) 'ddebug-function)) | 978 | (get-text-property (point) 'ddebug-function)) |