diff options
Diffstat (limited to 'lisp/format.el')
| -rw-r--r-- | lisp/format.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/format.el b/lisp/format.el index dbc814e5b01..96591a70a17 100644 --- a/lisp/format.el +++ b/lisp/format.el | |||
| @@ -513,7 +513,7 @@ Optional args BEG and END specify a region of the buffer on which to operate." | |||
| 513 | (defun format-delq-cons (cons list) | 513 | (defun format-delq-cons (cons list) |
| 514 | "Remove the given CONS from LIST by side effect and return the new LIST. | 514 | "Remove the given CONS from LIST by side effect and return the new LIST. |
| 515 | Since CONS could be the first element of LIST, write | 515 | Since CONS could be the first element of LIST, write |
| 516 | `\(setq foo \(format-delq-cons element foo))' to be sure of changing | 516 | \(setq foo \(format-delq-cons element foo)) to be sure of changing |
| 517 | the value of `foo'." | 517 | the value of `foo'." |
| 518 | (if (eq cons list) | 518 | (if (eq cons list) |
| 519 | (cdr list) | 519 | (cdr list) |
| @@ -827,7 +827,7 @@ in the region, it is treated as though it were DEFAULT." | |||
| 827 | Insert each element of the given LIST of buffer annotations at its | 827 | Insert each element of the given LIST of buffer annotations at its |
| 828 | appropriate place. Use second arg OFFSET if the annotations' locations are | 828 | appropriate place. Use second arg OFFSET if the annotations' locations are |
| 829 | not relative to the beginning of the buffer: annotations will be inserted | 829 | not relative to the beginning of the buffer: annotations will be inserted |
| 830 | at their location-OFFSET+1 \(ie, the offset is treated as the position of | 830 | at their location-OFFSET+1 \(i.e., the offset is treated as the position of |
| 831 | the first character in the buffer)." | 831 | the first character in the buffer)." |
| 832 | (if (not offset) | 832 | (if (not offset) |
| 833 | (setq offset 0) | 833 | (setq offset 0) |