emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 0846f21 28/64: Tiny doc clarification for create-


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 0846f21 28/64: Tiny doc clarification for create-fontset-from-fontset-spec
Date: Sun, 01 May 2016 18:18:40 +0000

branch: emacs-25
commit 0846f21b77d38a568c4ceb143504472a2dd51aee
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Tiny doc clarification for create-fontset-from-fontset-spec
    
    * lisp/international/fontset.el (create-fontset-from-fontset-spec):
    Clarify what the optional part is (bug#18686).
    
    (cherry picked from commit c05d186455ce9907eeb6b21ea4227e453996c681)
---
 lisp/international/fontset.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index 90905a2..612c0a0 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -1259,7 +1259,7 @@ to map charsets to scripts.")
                                         &optional _style-variant _noerror)
   "Create a fontset from fontset specification string FONTSET-SPEC.
 FONTSET-SPEC is a string of the format:
-       FONTSET-NAME,SCRIPT-NAME0:FONT-NAME0,SCRIPT-NAME1:FONT-NAME1, ...
+       FONTSET-NAME[,SCRIPT-NAME0:FONT-NAME0,SCRIPT-NAME1:FONT-NAME1] ...
 Any number of SPACE, TAB, and NEWLINE can be put before and after commas.
 
 When a frame uses the fontset as the `font' parameter, the frame's



reply via email to

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