]> code.delx.au - gnu-emacs/blobdiff - doc/misc/widget.texi
Fix copyright years by hand
[gnu-emacs] / doc / misc / widget.texi
index 963fad1c5ca521a940304f2e4bf15d0324e732fc..49606ed969287b384558500abde93763957008d3 100644 (file)
@@ -1,15 +1,15 @@
 \input texinfo.tex
 @c %**start of header
-@setfilename ../../info/widget
+@setfilename ../../info/widget.info
 @settitle The Emacs Widget Library
+@include docstyle.texi
 @syncodeindex fn cp
 @syncodeindex vr cp
 @syncodeindex ky cp
-@documentencoding UTF-8
 @c %**end of header
 
 @copying
-Copyright @copyright{} 2000--2015 Free Software Foundation, Inc.
+Copyright @copyright{} 2000--2016 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -66,7 +66,7 @@ modify this GNU manual.''
 @chapter Introduction
 
 Most graphical user interface toolkits provide a number of standard
-user interface controls (sometimes known as `widgets' or `gadgets').
+user interface controls (sometimes known as ``widgets'' or ``gadgets'').
 Emacs doesn't really support anything like this, except for an
 incredibly powerful text ``widget.''  On the other hand, Emacs does
 provide the necessary primitives to implement many other widgets