aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/composite.c2
-rw-r--r--src/floatfns.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/composite.c b/src/composite.c
index efbd055cef2..2725ab3b99c 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -77,7 +77,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
77 composition, the elements are characters or encoded 77 composition, the elements are characters or encoded
78 composition rules. 78 composition rules.
79 79
80 MODIFICATION-FUNC -- If non nil, it is a function to call when the 80 MODIFICATION-FUNC -- If non-nil, it is a function to call when the
81 composition gets invalid after a modification in a buffer. If 81 composition gets invalid after a modification in a buffer. If
82 it is nil, a function in `composition-function-table' of the 82 it is nil, a function in `composition-function-table' of the
83 first character in the sequence is called. 83 first character in the sequence is called.
diff --git a/src/floatfns.c b/src/floatfns.c
index 9049185307c..3199d572138 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -141,7 +141,7 @@ DEFUN ("tan", Ftan, Stan, 1, 1, 0,
141} 141}
142 142
143DEFUN ("isnan", Fisnan, Sisnan, 1, 1, 0, 143DEFUN ("isnan", Fisnan, Sisnan, 1, 1, 0,
144 doc: /* Return non nil if argument X is a NaN. */) 144 doc: /* Return non-nil if argument X is a NaN. */)
145 (Lisp_Object x) 145 (Lisp_Object x)
146{ 146{
147 CHECK_FLOAT (x); 147 CHECK_FLOAT (x);