From 509257822ca20ea170ba810b8b679a6dc800dd44 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Sun, 11 Jan 2015 20:42:53 +0300 Subject: [PATCH] * coding.c (Fcoding_system_plist): Use common style for docstring. --- src/ChangeLog | 4 ++++ src/coding.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 8f441be3307..cd76aaa7bc7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2015-01-11 Dmitry Antipov + + * coding.c (Fcoding_system_plist): Use common style for docstring. + 2015-01-11 Paul Eggert Port to MSB hosts without optimization diff --git a/src/coding.c b/src/coding.c index 20c64762160..b11143a32fb 100644 --- a/src/coding.c +++ b/src/coding.c @@ -10671,7 +10671,7 @@ Any alias or subsidiary coding system is not a base coding system. */) DEFUN ("coding-system-plist", Fcoding_system_plist, Scoding_system_plist, 1, 1, 0, - doc: "Return the property list of CODING-SYSTEM.") + doc: /* Return the property list of CODING-SYSTEM. */) (Lisp_Object coding_system) { Lisp_Object spec, attrs; -- 2.39.2