From 0bc0adf1b5c93795ca814f3f123405d2782088f8 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sun, 28 Jan 2018 19:05:36 -0600 Subject: Update copyrights --- sx.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sx.el') diff --git a/sx.el b/sx.el index ea5311c..14d5fce 100644 --- a/sx.el +++ b/sx.el @@ -1,6 +1,6 @@ ;;; sx.el --- StackExchange client. Ask and answer questions on Stack Overflow, Super User, and the likes -*- lexical-binding: t; -*- -;; Copyright (C) 2014 Sean Allred +;; Copyright (C) 2014-2018 Sean Allred ;; Author: Sean Allred ;; URL: https://github.com/vermiculus/sx.el/ @@ -392,7 +392,7 @@ Return the result of BODY." "Use FORMAT-STRING to format the values in ALIST. ALIST is a list with elements of the form (CHAR . STRING). The value is a copy of FORMAT-STRING, but with certain constructs -replaced by text as given by ALIST. +replaced by text as given by ALIST. The construct is a `%' character followed by any other character. The replacement is the STRING corresponding to CHAR in ALIST. In -- cgit v1.2.3