Mercurial > hg > xemacs-beta
comparison man/lispref/tips.texi @ 1755:e2e5b8d4abd5
[xemacs-hg @ 2003-10-16 04:10:20 by stephent]
typo fix <87d6cx4ydd.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 16 Oct 2003 04:10:23 +0000 |
parents | 1ccc32a20af4 |
children | 99f8ebc082d9 |
comparison
equal
deleted
inserted
replaced
1754:39ed74ae932b | 1755:e2e5b8d4abd5 |
---|---|
486 ;; update modeline | 486 ;; update modeline |
487 (redraw-modeline))) | 487 (redraw-modeline))) |
488 @end group | 488 @end group |
489 @end smallexample | 489 @end smallexample |
490 | 490 |
491 Every function that has no documentation string (because it is use only | 491 Every function that has no documentation string (because it is used only |
492 internally within the package it belongs to), should have instead a | 492 internally within the package it belongs to), should have instead a |
493 two-semicolon comment right before the function, explaining what the | 493 two-semicolon comment right before the function, explaining what the |
494 function does and how to call it properly. Explain precisely what each | 494 function does and how to call it properly. Explain precisely what each |
495 argument means and how the function interprets its possible values. | 495 argument means and how the function interprets its possible values. |
496 | 496 |