diff options
| author | Richard M. Stallman <rms@gnu.org> | 1992-09-21 08:28:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1992-09-21 08:28:43 +0000 |
| commit | 35a4d1439f68f77ba05f1d3b57244ebb46c54303 (patch) | |
| tree | 503b0ce5cd44207bc0378ab21db8b562aeb96915 /src/lisp.h | |
| parent | c7784735dcc01bae7c654483d7511ea846499fe3 (diff) | |
| download | emacs-35a4d1439f68f77ba05f1d3b57244ebb46c54303.tar.gz | |
entered into RCS
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h index 7c5f9dd5e0c..b8d22f60077 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -127,9 +127,9 @@ enum Lisp_Type Lisp_Buffer_Local_Value, /* Like Lisp_Buffer_Local_Value with one difference: - merely setting the variable while some buffer is current - does not cause that buffer to have its own local value of this variable. - Only make-local-variable does that. */ + merely setting the variable while some buffer is current + does not cause that buffer to have its own local value of this variable. + Only make-local-variable does that. */ Lisp_Some_Buffer_Local_Value, |
