diff options
| author | Juanma Barranquero | 2010-07-04 15:51:05 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-04 15:51:05 +0200 |
| commit | b8ce688b115129f49bf5b9fbedf8406512fd231c (patch) | |
| tree | 5cc94adf860236dae59d0204fe2c15d943c8c879 /src/doc.c | |
| parent | e5447b22e975b57094fb6089bf98a238d29fd710 (diff) | |
| download | emacs-b8ce688b115129f49bf5b9fbedf8406512fd231c.tar.gz emacs-b8ce688b115129f49bf5b9fbedf8406512fd231c.zip | |
Fix comments and whitespace.
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -511,9 +511,7 @@ aren't strings. */) | |||
| 511 | 511 | ||
| 512 | static void | 512 | static void |
| 513 | store_function_docstring (Lisp_Object fun, EMACS_INT offset) | 513 | store_function_docstring (Lisp_Object fun, EMACS_INT offset) |
| 514 | 514 | /* Use EMACS_INT because we get offset from pointer subtraction. */ | |
| 515 | /* Use EMACS_INT because we get this from pointer subtraction. */ | ||
| 516 | |||
| 517 | { | 515 | { |
| 518 | fun = indirect_function (fun); | 516 | fun = indirect_function (fun); |
| 519 | 517 | ||