]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lib-src/make-fingerprint.c: Update commentary.
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Nov 2020 23:08:58 +0000 (15:08 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Nov 2020 23:09:17 +0000 (15:09 -0800)
lib-src/make-fingerprint.c

index c013d0aca3b05c90af32befe0ca8ac77d8af0dd1..b72ee90bbca6697bb008515e271826c0ee0127d3 100644 (file)
@@ -19,9 +19,12 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
 
-/* The arguments given to this program are all the object files that
- go into building GNU Emacs.  There is no special search logic to find
- the files.  */
+/* The argument given to this program is the initial version of the
+ temacs executable file used when building GNU Emacs.  This program computes
+ a digest fingerprint for the executable, and modifies the binary in
+ place, replacing all instances of the existing fingerprint (normally
+ the default fingerprint from libgnu's lib/fingerprint.c) with the
+ new value.  With option -r, it just prints the digest.   */
 
 #include <config.h>