diff options
| -rw-r--r-- | lisp/progmodes/hideshow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 9cca95f5bc7..a1d601412f2 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el | |||
| @@ -354,7 +354,7 @@ For example, in c-like modes, if we wish to also hide the curly braces | |||
| 354 | should return the starting point (at the end of line) of the hidden | 354 | should return the starting point (at the end of line) of the hidden |
| 355 | region. | 355 | region. |
| 356 | 356 | ||
| 357 | It is called with a single argument ARG which is the the position in | 357 | It is called with a single argument ARG which is the position in |
| 358 | buffer after the block beginning. | 358 | buffer after the block beginning. |
| 359 | 359 | ||
| 360 | It should return the position from where we should start hiding. | 360 | It should return the position from where we should start hiding. |