emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5092578: * coding.c (Fcoding_system_plist): Use com


From: Dmitry Antipov
Subject: [Emacs-diffs] master 5092578: * coding.c (Fcoding_system_plist): Use common style for docstring.
Date: Sun, 11 Jan 2015 17:43:59 +0000

branch: master
commit 509257822ca20ea170ba810b8b679a6dc800dd44
Author: Dmitry Antipov <address@hidden>
Commit: Dmitry Antipov <address@hidden>

    * coding.c (Fcoding_system_plist): Use common style for docstring.
---
 src/ChangeLog |    4 ++++
 src/coding.c  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index 8f441be..cd76aaa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-11  Dmitry Antipov  <address@hidden>
+
+       * coding.c (Fcoding_system_plist): Use common style for docstring.
+
 2015-01-11  Paul Eggert  <address@hidden>
 
        Port to MSB hosts without optimization
diff --git a/src/coding.c b/src/coding.c
index 20c6476..b11143a 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]