diff options
Diffstat (limited to 'lisp/progmodes/cc-defs.el')
-rw-r--r-- | lisp/progmodes/cc-defs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 0e6ba8f4191..25f31a0ec8c 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -79,7 +79,7 @@ ;; Returns the value of certain commonly referenced POSITIONs ;; relative to POINT. The current point is used if POINT isn't ;; specified. POSITION can be one of the following symbols: - ;; + ;; ;; bol -- beginning of line ;; eol -- end of line ;; bod -- beginning of defun @@ -91,7 +91,7 @@ ;; eonl -- end of next line ;; bopl -- beginning of previous line ;; eopl -- end of previous line - ;; + ;; ;; If the referenced position doesn't exist, the closest accessible ;; point to it is returned. This function does not modify point or ;; mark. |