summaryrefslogtreecommitdiff
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h6
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,